ptite correction (typo)
darcs-hash:20000522225440-92525-7bba20da8e9f2b65e3d1e8e6f0e74fca545f28fb.gz
This commit is contained in:
parent
7dfc99c69c
commit
bcd157422d
2 changed files with 6 additions and 7 deletions
|
@ -13,8 +13,7 @@ test "X$SUPERCMD" = "X$prog" || test "X$UID" = "X0" ||
|
|||
|
||||
# Contenu du script :
|
||||
|
||||
# ici c'est vide car "super $prog" va en fait éxécuter un autre script, celui ci étant juste un "wrapper".
|
||||
# pour lanceMake et autre, c'est là qu'est mis le script à éxécuter.
|
||||
|
||||
test "X$UID" = "X0" && echo "uid=root -> on fait rien. lancez le prog directement, cf _where <command>_."
|
||||
rep=${ORIG_HOME-$HOME}
|
||||
echo Putting ntop DBs in $rep
|
||||
/usr/local/bin/ntop -P $rep ${1+"$@"}
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ test "X$SUPERCMD" = "X$prog" || test "X$UID" = "X0" ||
|
|||
exec /usr/bin/super $prog ${1+"$@"} # le script s'arrete ici ds ce cas.
|
||||
|
||||
# Contenu du script :
|
||||
# ici c'est vide car "super $prog" va en fait éxécuter un autre script, celui ci étant juste un "wrapper".
|
||||
# pour lanceMake et autre, c'est là qu'est mis le script à éxécuter.
|
||||
|
||||
rep=${ORIG_HOME-$HOME}
|
||||
echo Putting ntop DBs in $rep
|
||||
/usr/local/bin/ntop -P $rep ${1+"$@"}
|
||||
test "X$UID" = "X0" && echo "uid=root -> on fait rien. lancez le prog directement, cf _where <command>_."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue