diff options
Diffstat (limited to 'sysutils/webmin/files/patch-aa')
-rw-r--r-- | sysutils/webmin/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/webmin/files/patch-aa b/sysutils/webmin/files/patch-aa index 438c59f0b7fa..45e50043665b 100644 --- a/sysutils/webmin/files/patch-aa +++ b/sysutils/webmin/files/patch-aa @@ -41,3 +41,20 @@ perldef=/usr/bin/perl elif [ -x /usr/local/bin/perl ]; then perldef=/usr/local/bin/perl +@@ -313,11 +315,11 @@ + initsupp=`grep "^os_support=" $wadir/init/module.info | sed -e 's/os_support=//g' | grep $os_type` + atboot=0 + if [ "$initsupp" != "" ]; then +- printf "Start Webmin at boot time (y/n): " +- read atbootyn +- if [ "$atbootyn" = "y" -o "$atbootyn" = "Y" ]; then +- atboot=1 +- fi ++ # printf "Start Webmin at boot time (y/n): " ++ # read atbootyn ++ # if [ "$atbootyn" = "y" -o "$atbootyn" = "Y" ]; then ++ # atboot=1 ++ # fi + else + echo "Webmin does not support being started at boot time on your system." + fi |