mirror of
https://abf.rosa.ru/djam/webmin.git
synced 2025-02-22 23:42:49 +00:00
35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
--- 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 "***********************************************************************"
|