summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2004-07-24 14:56:21 +0000
committermtm <mtm@FreeBSD.org>2004-07-24 14:56:21 +0000
commit99fe82d8e67f2fb2cfaed375a75228c1b8a827aa (patch)
tree1de98826a1f0bbc22606d374247c4d05cc5f4af7 /sys
parentda587e414b7be7fb093bf84ebb21ef6ca067d8e9 (diff)
downloadFreeBSD-src-99fe82d8e67f2fb2cfaed375a75228c1b8a827aa.zip
FreeBSD-src-99fe82d8e67f2fb2cfaed375a75228c1b8a827aa.tar.gz
Ports related rc.d cleanups:
o Separate out local (ports) scripts that use rc.d, and the old style startup/shutdown scripts and execute them separately. On startup the rc.d style scripts are executed first and then the old-style scripts. On shutdown, exactly the reverse happens. o The rc.d ports scripts should now behave more like base system scripts. Scripts ending in .sh will be sourced into the current shell, while the rest will be executed in a subshell. Previously, all ports scripts, regardless of the .sh suffix, were executed in a subshell. o The parent script, /etc/rc.d/localpkg, passes its command line arguments straight to the rc.d ports scripts. This means they should now honor faststop and faststart commands as well. Old style scripts, should not see any differences. They will still get either a start or stop command. o The initial phrase shown during shutdown has been changed to use "local packages" instead of "daemon processes" to be more inline with the phrase used during local package startup. The phrases are also used only for old-style ports script startup/shutdown, whereas previously they were being used for both rc.d and old-style scripts. This should make startup/shutdown output a bit less ugly. Discussed with: portmgr Has Reservations: eik
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 2a0a77e..3575f1c 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -55,7 +55,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 502123 /* Master, propagated to newvers */
+#define __FreeBSD_version 502124 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud