Module Name: src
Committed By: mbalmer
Date: Fri Jun 26 06:41:08 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Add wake(8), a new command to send Wake-on-LAN packets to machines on the
local Ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.1244 -r1.1245 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.1244 src/doc/CHANGES:1.1245
--- src/doc/CHANGES:1.1244 Tue Jun 23 18:00:11 2009
+++ src/doc/CHANGES Fri Jun 26 06:41:08 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1244 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1245 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -304,3 +304,5 @@
drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
[mrg 20090619]
postfix(1): Import version 2.6.2 [tron 20090623]
+ wake(8): New command to send Wake-on-LAN packets to machines on
+ the local Ethernet. [mbalmer 20090625]