remove a line for debugging
This commit is contained in:
parent
4e9651bacd
commit
9ae3f98360
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# $NetBSD: sendmail2netbsd,v 1.3 2000/10/10 11:17:30 itojun Exp $
|
||||
# $NetBSD: sendmail2netbsd,v 1.4 2000/10/31 14:43:52 itojun Exp $
|
||||
#
|
||||
# Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -42,7 +42,6 @@ find . -type f -print | grep -v CVS | grep -v sendmail2netbsd | while read f; do
|
|||
sed -e ' s/\$\(RCSfile[^\$]*\) \$/\1/' < $f > /tmp/bind1f$$ && mv /tmp/bind1f$$ $f && \
|
||||
echo removed RCSfile tag from $f
|
||||
done
|
||||
exit 0
|
||||
|
||||
### Remove the $'s around the Id:
|
||||
find . -type f -print | grep -v CVS | grep -v sendmail2netbsd | while read f; do
|
||||
|
@ -66,3 +65,4 @@ done
|
|||
(cd doc/op; make clean)
|
||||
|
||||
echo "please edit sendmail/helpfile by hand."
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue