/[packages]/updates/1/webmin/current/SOURCES/webmin-1.610-remove-atboot-problem
ViewVC logotype

Contents of /updates/1/webmin/current/SOURCES/webmin-1.610-remove-atboot-problem

Parent Directory Parent Directory | Revision Log Revision Log


Revision 329976 - (show annotations) (download)
Wed Dec 12 21:21:22 2012 UTC (11 years, 4 months ago) by luigiwalser
File size: 1172 byte(s)
- 1.610 (fixes several security issues)
- rediff patches 1 and 33

1 --- setup.sh.orig 2012-11-14 20:27:32.000000000 -0500
2 +++ setup.sh 2012-12-12 15:06:43.808757424 -0500
3 @@ -440,20 +440,20 @@
4 fi
5
6 # Ask whether to run at boot time
7 - if [ "$atboot" = "" ]; then
8 - initsupp=`grep "^os_support=" "$srcdir/init/module.info" | sed -e 's/os_support=//g' | grep $os_type`
9 - atboot=0
10 - if [ "$initsupp" != "" ]; then
11 - printf "Start Webmin at boot time (y/n): "
12 - read atbootyn
13 - if [ "$atbootyn" = "y" -o "$atbootyn" = "Y" ]; then
14 - atboot=1
15 - makeboot=1
16 - fi
17 - else
18 - echo "Webmin does not support being started at boot time on your system."
19 - fi
20 - fi
21 +# if [ "$atboot" = "" ]; then
22 +# initsupp=`grep "^os_support=" "$srcdir/init/module.info" | sed -e 's/os_support=//g' | grep $os_type`
23 +# atboot=0
24 +# if [ "$initsupp" != "" ]; then
25 +# printf "Start Webmin at boot time (y/n): "
26 +# read atbootyn
27 +# if [ "$atbootyn" = "y" -o "$atbootyn" = "Y" ]; then
28 +# atboot=1
29 +# makeboot=1
30 +# fi
31 +# else
32 +# echo "Webmin does not support being started at boot time on your system."
33 +# fi
34 +# fi
35
36 # Copy files to target directory
37 echo "***********************************************************************"

  ViewVC Help
Powered by ViewVC 1.1.30