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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60039 - (hide annotations) (download)
Fri Feb 25 22:27:54 2011 UTC (13 years, 1 month ago) by ennael
Original Path: cauldron/webmin/current/SOURCES/webmin-1.100-remove-atboot-problem
File size: 1081 byte(s)
imported package webmin
1 ennael 60039 --- ./setup.sh.gege 2003-07-04 10:10:39.000000000 +0200
2     +++ ./setup.sh 2003-07-07 18:00:00.000000000 +0200
3     @@ -401,19 +401,19 @@
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     - fi
16     - else
17     - echo "Webmin does not support being started at boot time on your system."
18     - fi
19     - fi
20     +# if [ "$atboot" = "" ]; then
21     +# initsupp=`grep "^os_support=" "$srcdir/init/module.info" | sed -e 's/os_support=//g' | grep $os_type`
22     +# atboot=0
23     +# if [ "$initsupp" != "" ]; then
24     +# printf "Start Webmin at boot time (y/n): "
25     +# read atbootyn
26     +# if [ "$atbootyn" = "y" -o "$atbootyn" = "Y" ]; then
27     +# atboot=1
28     +# fi
29     +# else
30     +# echo "Webmin does not support being started at boot time on your system."
31     +# fi
32     +# fi
33     makeboot=$atboot
34    
35     # Copy files to target directory

  ViewVC Help
Powered by ViewVC 1.1.30