Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/postfix/conf Add missing "echo", as pointed out by ...
details: https://anonhg.NetBSD.org/src/rev/926d0c85fcd5
branches: trunk
changeset: 536070:926d0c85fcd5
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Sep 06 05:36:14 2002 +0000
description:
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 b789e0d04e49 -r 926d0c85fcd5 gnu/dist/postfix/conf/post-install
--- a/gnu/dist/postfix/conf/post-install Fri Sep 06 04:50:02 2002 +0000
+++ b/gnu/dist/postfix/conf/post-install Fri Sep 06 05:36:14 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