Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > c59a6c6349d04b4a3ba75a6cd8f39d88 > files > 12

webmin-1.860-1.mga6.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 "***********************************************************************"