Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/gnu/dist/postfix/conf Pull up revision 1.2 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/86ca71ab2ae7
branches:  netbsd-1-6
changeset: 529069:86ca71ab2ae7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Sep 06 05:59:27 2002 +0000

description:
Pull up revision 1.2 (requested by lukem in ticket #777):
Add missing "echo", as pointed out by Havard Eidnes <he%netbsd.org@localhost>
in PR [bin/18155].  (Whilst this fix needs to be fed back to Wietse Venema,
there's no reason not to fix it locally...)

diffstat:

 gnu/dist/postfix/conf/post-install |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a30ddb0dc71f -r 86ca71ab2ae7 gnu/dist/postfix/conf/post-install
--- a/gnu/dist/postfix/conf/post-install        Wed Sep 04 14:30:45 2002 +0000
+++ b/gnu/dist/postfix/conf/post-install        Fri Sep 06 05:59:27 2002 +0000
@@ -249,7 +249,7 @@
 }
 
 test -f $config_directory/postfix-files || {
-    $0: Error: $config_directory/postfix-files is not a file. 1>&2
+    echo $0: Error: $config_directory/postfix-files is not a file. 1>&2
     exit 1
 }
 



Home | Main Index | Thread Index | Old Index