Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > 7c6e23d52cbdc5ce0ccc74898581982c > files > 19

webmin-1.441-2mdv2009.1.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