Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 467d033e9b263674899f617d83a928f3 > files > 20

webmin-1.360-2.2mdv2008.0.src.rpm

--- ./setup.sh.gege	2003-07-04 10:10:39.000000000 +0200
+++ ./setup.sh	2003-07-07 18:00:00.000000000 +0200
@@ -401,19 +401,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
 	makeboot=$atboot
 
 	# Copy files to target directory