Source-Changes-HG archive

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

[src/trunk]: src/dist/ipf Rename ipnat.1 to ipnat.8.



details:   https://anonhg.NetBSD.org/src/rev/9ef289d82ad2
branches:  trunk
changeset: 486417:9ef289d82ad2
user:      veego <veego%NetBSD.org@localhost>
date:      Sun May 21 18:37:27 2000 +0000

description:
Rename ipnat.1 to ipnat.8.

diffstat:

 dist/ipf/ipf2netbsd |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1fe4be620f6c -r 9ef289d82ad2 dist/ipf/ipf2netbsd
--- a/dist/ipf/ipf2netbsd       Sun May 21 18:32:47 2000 +0000
+++ b/dist/ipf/ipf2netbsd       Sun May 21 18:37:27 2000 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: ipf2netbsd,v 1.3 2000/05/03 10:50:04 veego Exp $
+#      $NetBSD: ipf2netbsd,v 1.4 2000/05/21 18:37:27 veego Exp $
 #
 # Copyright (c) 1999 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -70,6 +70,11 @@
 pax -rvw . $dbase
 pax -rvw fil.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_state.c ip_state.h 
ipl.h $dsys
 pax -rvw mln_ipl.c $dlkm
+cd $dbase/man
+# The ipnat(1) manpage belongs into section 8
+if [ -f ipnat.1 -a ! -f ipnat.8 ]; then
+       mv ipnat.1 ipnat.8
+fi
 
 ### Remove the $'s around the Id:
 find $dest -type f -print | while read f; do



Home | Main Index | Thread Index | Old Index