Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall Clarify wording in a comment for obsole...
details: https://anonhg.NetBSD.org/src/rev/bbd3b0c88da9
branches: trunk
changeset: 329979:bbd3b0c88da9
user: apb <apb%NetBSD.org@localhost>
date: Mon Jun 16 08:28:08 2014 +0000
description:
Clarify wording in a comment for obsolete_paths.
diffstat:
usr.sbin/postinstall/postinstall | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r e0db9f0bd83b -r bbd3b0c88da9 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall Mon Jun 16 08:21:20 2014 +0000
+++ b/usr.sbin/postinstall/postinstall Mon Jun 16 08:28:08 2014 +0000
@@ -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 @@
# 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()
{
Home |
Main Index |
Thread Index |
Old Index