webmin/webmin-1.100-remove-atboot-problem

36 lines
1.1 KiB
Text
Raw Normal View History

2012-02-01 15:13:03 +04:00
--- setup.sh.orig 2011-08-04 09:09:54.000000000 +0200
+++ setup.sh 2011-08-18 12:25:48.904902657 +0200
@@ -440,19 +440,19 @@
fi
# Ask whether to run at boot time
- if [ "$atboot" = "" ]; then
- initsupp=`grep "^os_support=" "$srcdir/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
- else
- echo "Webmin does not support being started at boot time on your system."
- fi
- fi
+# if [ "$atboot" = "" ]; then
+# initsupp=`grep "^os_support=" "$srcdir/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
+# else
+# echo "Webmin does not support being started at boot time on your system."
+# fi
+# fi
# Copy files to target directory
echo "***********************************************************************"