summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2004-01-06 01:00:46 +0000
committerlukem <lukem@NetBSD.org>2004-01-06 01:00:46 +0000
commite5c11e87f60f296fc2ca4a5da05a2f6f492c5bd6 (patch)
tree1dfefe6bdaf9c87e68e5326403c53c402e346333 /doc
parentf3bab2a8fc1c01a49fc29cee0346b8c0f67a4d2f (diff)
rc.d(8) Implement ``one'' prefix to allow a "one shot" operation as if
the rc.conf(5) var is set, yet perform all of the other prerequisite tests.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index dd4e3fd5223..2fb128378b7 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.254 $>
+LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.255 $>
[Note: This file does not mention every change made to the NetBSD source tree.
@@ -571,3 +571,6 @@ Changes from NetBSD 1.6 to NetBSD 2.0:
cvs(1): upgrade to 1.11.11 [itojun 20040102]
etc/release: Create & install as part of "make build",
based on work by Hubert Feyrer. [lukem 20040104]
+ rc(8): implement "one" prefix, to skip the rc.conf(5) test yet
+ perform all of the other checks. [lukem 20040106]
+