[Fai-commit] r3856 - trunk/lib
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Sep 5 12:44:32 UTC 2006
Author: lange
Date: 2006-09-05 12:44:32 +0000 (Tue, 05 Sep 2006)
New Revision: 3856
Modified:
trunk/lib/subroutines
Log:
do not print ROOTPW to variables.sh
Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines 2006-09-05 12:33:53 UTC (rev 3855)
+++ trunk/lib/subroutines 2006-09-05 12:44:32 UTC (rev 3856)
@@ -348,7 +348,7 @@
fi
unset class svar
# now all variables are defined. Dump them to variables.sh
- set | perl -ne 'print if /^\w\w+=/' | egrep -v "^BASH_VERSINFO|^EUID|^PPID|^SHELLOPTS|^UID|^rootpw|^HOME|^PWD" > $LOGDIR/variables.sh
+ set | perl -ne 'print if /^\w\w+=/' | egrep -v "^BASH_VERSINFO|^EUID|^PPID|^SHELLOPTS|^UID|^rootpw|^ROOTPW|^HOME|^PWD" > $LOGDIR/variables.sh
cd /
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
More information about the Fai-commit
mailing list