Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/postfix Delete the 'auxiliary' directory.



details:   https://anonhg.NetBSD.org/src/rev/31dbc2766dfa
branches:  trunk
changeset: 586906:31dbc2766dfa
user:      rpaulo <rpaulo%NetBSD.org@localhost>
date:      Thu Jan 05 01:51:54 2006 +0000

description:
Delete the 'auxiliary' directory.

diffstat:

 gnu/dist/postfix/postfix2netbsd |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e90143ea8d56 -r 31dbc2766dfa gnu/dist/postfix/postfix2netbsd
--- a/gnu/dist/postfix/postfix2netbsd   Thu Jan 05 01:13:29 2006 +0000
+++ b/gnu/dist/postfix/postfix2netbsd   Thu Jan 05 01:51:54 2006 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: postfix2netbsd,v 1.6 2005/12/01 21:56:55 rpaulo Exp $
+#      $NetBSD: postfix2netbsd,v 1.7 2006/01/05 01:51:54 rpaulo Exp $
 #
 # Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -47,7 +47,7 @@
 find . \( -type f -o -type l \) -a \
        \( -name .indent.pro -o -name .printfck -o -name .keep \) \
        -exec rm {} \;
-rm -rf bin include lib libexec man/cat?
+rm -rf bin include lib libexec man/cat? auxiliary
 echo done
 
 ### ditch symlinks



Home | Main Index | Thread Index | Old Index