Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 61537fb87f9994db809cbef942a6512b > files > 12

webmin-1.930-1.mga7.src.rpm

--- setup.sh.orig	2012-11-14 20:27:32.000000000 -0500
+++ setup.sh	2012-12-12 15:06:43.808757424 -0500
@@ -440,20 +440,20 @@
 	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
-				makeboot=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
+#				makeboot=1
+#			fi
+#		else
+#			echo "Webmin does not support being started at boot time on your system."
+#		fi
+#	fi
 
 	# Copy files to target directory
 	echo "***********************************************************************"