Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > main-testing-src > by-pkgid > 9fc8750aeddb24919ce826adb850914d > files > 21

webmin-1.590-1.1mdv2010.1.src.rpm

--- 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 "***********************************************************************"