summaryrefslogtreecommitdiff
path: root/sysutils/etcupdate
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2001-11-21 08:45:57 +0000
committermartti <martti@pkgsrc.org>2001-11-21 08:45:57 +0000
commitc934aa5b4595662f2be9d4c875610502d6d0fa70 (patch)
treeaf9fa51312f133033e02a445392d6e37cfb3a687 /sysutils/etcupdate
parent9875ea4f1d9e70a8a5944b87bae345ea9e5dfbf5 (diff)
downloadpkgsrc-c934aa5b4595662f2be9d4c875610502d6d0fa70.tar.gz
- Emphasize that the 'i' command will overwrite local modification
- Some s/file/files/
Diffstat (limited to 'sysutils/etcupdate')
-rwxr-xr-xsysutils/etcupdate/files/etcupdate8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate
index baaf864f564..a8e9a8593d7 100755
--- a/sysutils/etcupdate/files/etcupdate
+++ b/sysutils/etcupdate/files/etcupdate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: etcupdate,v 1.3 2001/11/20 15:55:44 martti Exp $
+# $NetBSD: etcupdate,v 1.4 2001/11/21 08:45:57 martti Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -184,9 +184,9 @@ EOF
else
cat << EOF
d Don't install the new file
- i Install the new file
- m Merge the currently installed and new file
- s Show the differences between the installed and new file
+ i Install the new file (overwrites your modifications!)
+ m Merge the currently installed and new files
+ s Show the differences between the currently installed and new files
v Show the new file
EOF