Module Name:    src
Committed By:   apb
Date:           Mon Jun 16 08:28:08 UTC 2014

Modified Files:
        src/usr.sbin/postinstall: postinstall

Log Message:
Clarify wording in a comment for obsolete_paths.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.168 src/usr.sbin/postinstall/postinstall:1.169
--- src/usr.sbin/postinstall/postinstall:1.168	Mon Jun 16 08:21:20 2014
+++ src/usr.sbin/postinstall/postinstall	Mon Jun 16 08:28:08 2014
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.168 2014/06/16 08:21:20 apb Exp $
+# $NetBSD: postinstall,v 1.169 2014/06/16 08:28:08 apb Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -477,8 +477,8 @@ file_exists_exact()
 
 # obsolete_paths op
 #	Obsolete the list of paths provided on stdin.
-#	Each path is relative to ${DEST_DIR}, and should
-#	be an absolute path or start with `./'.
+#	Each path should start with '/' or './', and
+#	will be interpreted relative to ${DEST_DIR}.
 #
 obsolete_paths()
 {

Reply via email to