Module Name: src
Committed By: ast
Date: Sun Mar 22 12:48:18 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
Mention import of service(8) command from FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.2055 -r1.2056 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2055 src/doc/CHANGES:1.2056
--- src/doc/CHANGES:1.2055 Sat Mar 21 15:54:11 2015
+++ src/doc/CHANGES Sun Mar 22 12:48:18 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2055 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2056 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -140,3 +140,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
dtrace: Add syscall support [christos 20150307]
dtrace: Add lockstat support [riastradh, christos 20150308]
zoneinfo: Import tzdata2015b. [apb 20150321]
+ service(8): Import adapted script from FreeBSD [ast 20150322]