[Midnightbsd-cvs] src: firstboot: The port asks you if you want to run it and we enable

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 16:00:56 EDT 2008


Log Message:
-----------
The port asks you if you want to run it and we enable boot time reporting anyway.  Just remove the explicit initialization of firstboot

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/etc/rc.d:
        firstboot (r1.2.2.1 -> r1.2.2.2)

-------------- next part --------------
Index: firstboot
===================================================================
RCS file: /home/cvs/src/etc/rc.d/firstboot,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -L etc/rc.d/firstboot -L etc/rc.d/firstboot -u -r1.2.2.1 -r1.2.2.2
--- etc/rc.d/firstboot
+++ etc/rc.d/firstboot
@@ -35,7 +35,6 @@
 				/usr/sbin/pkg_add -r bsdstats
 			fi
 			echo "bsdstats_enable=\"YES\"" >> /etc/rc.conf
-			/bin/sh /usr/local/etc/periodic/monthly/300.statistics
 		fi
 
 		echo -e "\r${yellow}Do you wish to enable a graphical environment? (yes or no)${lsuffix}"


More information about the Midnightbsd-cvs mailing list