diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-05-03 12:41:26 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-05-03 12:41:26 +0000 |
commit | 711710a3b7db7cfaa5f24ae417669b48dcc5df0d (patch) | |
tree | 4c448b82842714e45a3893b28f835c6178187952 /init-sh/lib.sh | |
parent | dff31148048227a827a823b8d094a6df97dd25b4 (diff) | |
download | msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar.gz msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar.bz2 msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.tar.xz msec-711710a3b7db7cfaa5f24ae417669b48dcc5df0d.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/lib.sh')
-rw-r--r-- | init-sh/lib.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init-sh/lib.sh b/init-sh/lib.sh index 271a69a..2c7009c 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -142,7 +142,7 @@ Ttylog() { LoaderUpdate() { # Ask only if we're not inside DrakX. - if [[ -z ${DRAKX_PASSWORD} ]]; then + if [[ ! ${DRAKX_PASSWORD+set} ]]; then echo "Do you want a password authentication at boot time ?" echo "Be very carefull," echo "this will prevent your server to reboot without an operator to enter password". @@ -241,6 +241,7 @@ CommentUserRules /etc/securetty CleanRules /etc/security/msec/security.conf CommentUserRules /etc/security/msec/security.conf CleanRules /etc/profile +CleanRules /etc/ld.so.preload CleanLoaderRules LoaderDrakX |