From owner-cvs-sbin Thu Aug 29 07:21:10 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10535 for cvs-sbin-outgoing; Thu, 29 Aug 1996 07:21:10 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10514; Thu, 29 Aug 1996 07:21:00 -0700 (PDT) Date: Thu, 29 Aug 1996 07:21:00 -0700 (PDT) From: Bill Paul Message-Id: <199608291421.HAA10514@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/08/29 07:20:59 Modified: sbin/mountd mountd.c Log: Add one line fix to stop my old 'don't barf if you see the same hostname/IP twice on same line in /etc/exports' fix from dumping core due to bogus /etc/exports entries. Submitted by: Toshihiro Kanda Revision Changes Path 1.11 +3 -2 src/sbin/mountd/mountd.c From owner-cvs-sbin Thu Aug 29 11:06:27 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA23366 for cvs-sbin-outgoing; Thu, 29 Aug 1996 11:06:27 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA23345; Thu, 29 Aug 1996 11:06:21 -0700 (PDT) Date: Thu, 29 Aug 1996 11:06:21 -0700 (PDT) From: Wolfram Schneider Message-Id: <199608291806.LAA23345@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-usrbin, cvs-usrsbin, cvs-gnu, cvs-sbin Subject: cvs commit: src/usr.bin/ar ar.1 src/bin/chmod chmod.1 src/usr.sbin/chown chown.8 src/usr.bin/cmp cmp.1 src/bin/cp cp.1 src/bin/date date.1 src/bin/df df.1 src/usr.bin/du du.1 src/bin/ed ed.1 src/usr.bin/find find.1 src/usr.bin/hexdump od.1 src/bin/ln ln.1 src/bin/ls ls.1 src/usr.bin/mail mail.1 src/usr.bin/mesg mesg.1 src/bin/mkdir mkdir.1 src/sbin/mount mount.8 src/bin/mv mv.1 src/usr.bin/nm nm.1 src/usr.bin/pr pr.1 src/bin/rm rm.1 src/bin/rmdir rmdir.1 src/bin/sh sh.1 src/usr.bin/strip strip.1 src/usr.bin/su su.1 src/usr.bin/tty tty.1 src/usr.bin/wc wc.1 src/usr.bin/who who.1 src/usr.bin/write write.1 src/gnu/usr.bin/as as.1 src/gnu/usr.bin/dc dc.1 src/gnu/usr.bin/ld ld.1 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/08/29 11:06:20 Modified: usr.bin/ar ar.1 gnu/usr.bin/as as.1 bin/chmod chmod.1 usr.sbin/chown chown.8 usr.bin/cmp cmp.1 bin/cp cp.1 bin/date date.1 gnu/usr.bin/dc dc.1 bin/df df.1 usr.bin/du du.1 bin/ed ed.1 usr.bin/find find.1 usr.bin/hexdump od.1 gnu/usr.bin/ld ld.1 bin/ln ln.1 bin/ls ls.1 usr.bin/mail mail.1 usr.bin/mesg mesg.1 bin/mkdir mkdir.1 sbin/mount mount.8 bin/mv mv.1 usr.bin/nm nm.1 usr.bin/pr pr.1 bin/rm rm.1 bin/rmdir rmdir.1 bin/sh sh.1 usr.bin/strip strip.1 usr.bin/su su.1 usr.bin/tty tty.1 usr.bin/wc wc.1 usr.bin/who who.1 usr.bin/write write.1 Log: [HISTORY] command appeared in Version 1 AT&T UNIX Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Revision Changes Path 1.2 +7 -0 src/usr.bin/ar/ar.1 1.5 +7 -0 src/gnu/usr.bin/as/as.1 1.4 +6 -1 src/bin/chmod/chmod.1 1.2 +6 -0 src/usr.sbin/chown/chown.8 1.2 +6 -0 src/usr.bin/cmp/cmp.1 1.6 +6 -1 src/bin/cp/cp.1 1.8 +6 -1 src/bin/date/date.1 1.2 +6 -0 src/gnu/usr.bin/dc/dc.1 1.4 +2 -2 src/bin/df/df.1 1.5 +2 -1 src/usr.bin/du/du.1 1.7 +6 -1 src/bin/ed/ed.1 1.3 +6 -0 src/usr.bin/find/find.1 1.3 +6 -0 src/usr.bin/hexdump/od.1 1.11 +6 -2 src/gnu/usr.bin/ld/ld.1 1.3 +2 -2 src/bin/ln/ln.1 1.5 +2 -2 src/bin/ls/ls.1 1.7 +3 -2 src/usr.bin/mail/mail.1 1.2 +2 -1 src/usr.bin/mesg/mesg.1 1.3 +6 -1 src/bin/mkdir/mkdir.1 1.10 +2 -1 src/sbin/mount/mount.8 1.7 +6 -1 src/bin/mv/mv.1 1.3 +2 -1 src/usr.bin/nm/nm.1 1.2 +6 -0 src/usr.bin/pr/pr.1 1.4 +6 -1 src/bin/rm/rm.1 1.3 +6 -1 src/bin/rmdir/rmdir.1 1.6 +6 -1 src/bin/sh/sh.1 1.3 +2 -1 src/usr.bin/strip/strip.1 1.3 +2 -1 src/usr.bin/su/su.1 1.2 +6 -0 src/usr.bin/tty/tty.1 1.2 +6 -0 src/usr.bin/wc/wc.1 1.2 +2 -1 src/usr.bin/who/who.1 1.2 +2 -1 src/usr.bin/write/write.1 From owner-cvs-sbin Sat Aug 31 10:58:33 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03074 for cvs-sbin-outgoing; Sat, 31 Aug 1996 10:58:33 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03054; Sat, 31 Aug 1996 10:58:24 -0700 (PDT) Date: Sat, 31 Aug 1996 10:58:24 -0700 (PDT) From: Nate Williams Message-Id: <199608311758.KAA03054@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/08/31 10:58:24 Modified: sbin/ipfw ipfw.8 ipfw.c Log: Because 'ipfw flush' is such a dangerous command (given that most firewalls are remote, and this command will kill the network connection to them), prompt the user for confirmation of this command. Also, add the '-f' flag which ignores the need for confirmation the command, and if there is no controlling tty (isatty(STDIN_FILENO) !=0) assume '-f'. If anyone is using ipfw flush in scripts it shouldn't affect them, but you may want to change the script to use a 'ipfw -f flush'. Reviewed by: alex Revision Changes Path 1.22 +6 -1 src/sbin/ipfw/ipfw.8 1.33 +36 -7 src/sbin/ipfw/ipfw.c