freebsd-dev/usr.sbin
Giorgos Keramidas bea08b23d3 Add a -n option to pkg_create(1), to inhibit duplicate work.
When run without this option, multiple runs of `pkg_create -Rb' will
recreate common packages multiple times.  This can take a lot of time
for large packages.  With the -n option `pkg_create -b' checks with
stat(2) and skips packages that already exist.

Note that this may *not* be safe of the existing output file is not
really a package, or if it has been corrupted, modified or otherwise
tinkered with between subsequent pkg_create runs.  For this and POLA
reasons, the default behavior is to *rebuild* the packages, and the -n
option can be used when we know it is `safe' to run in no-regenerate
mode.

Inspired by:	A post to freebsd-questions
	 	by Matthias Apitz < matthias.apitz at oclc.org >
Reviewed by:	marcus, flz
Approved by:	marcus
MFC after:	2 weeks
2008-05-27 05:10:54 +00:00
..
ac
accton
acpi Update to reflect reality: 2008-05-20 12:07:02 +00:00
adduser In the description of the password field, -w was meant, not the 2008-03-16 21:36:05 +00:00
amd Don't always link statically with libwrap. By the time amd(8) 2008-03-29 18:13:15 +00:00
ancontrol Remove duplicate headers <sys/socket.h> 2008-04-21 07:25:26 +00:00
apm
apmd
arlcontrol
arp Spell "blackhole" correctly and fix one grammar nit. 2008-03-24 22:57:55 +00:00
asf
audit
auditd
auditreduce
authpf
bluetooth Add mandatory "security description" SDP parameter to the PANU profile 2008-03-19 00:06:30 +00:00
boot0cfg
boot98cfg Correct typo in usage message. 2007-12-19 03:31:44 +00:00
bootparamd Fix bootparamd on 64 bit platforms - at least amd64 was broken due to the 2008-01-30 13:48:37 +00:00
bsnmpd
btxld Allow for a zero length 'loader'. 2008-04-05 10:26:20 +00:00
burncd
cdcontrol getopt(3) returns -1, not EOF. 2008-02-19 07:09:19 +00:00
chkgrp
chown
chroot
ckdist
clear_locks Add missing library dependency. 2008-03-29 18:07:06 +00:00
config Add the CTF conversion to the generated makefile. In the case where 2008-05-23 03:55:26 +00:00
cron Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
crunch Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
ctm
cxgbtool
daemon
dconschat
devinfo
digictl
diskinfo
dnssec-keygen
dnssec-signzone
editmap
edquota
eeprom
extattr
extattrctl
faithd Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
fdcontrol
fdformat
fdread
fdwrite
fifolog Populate usage() 2008-05-14 23:29:02 +00:00
flowctl
freebsd-update Adjust recognize-shared-libraries regex to avoid matching symlinks to 2008-03-25 11:31:16 +00:00
ftp-proxy
fwcontrol - add '-f' option to force root node. 2008-03-05 01:30:48 +00:00
getfmac
getpmac
gstat When the ms/req fields exceed 1 second, drop the fractions to fit more digits. 2008-01-06 12:12:44 +00:00
ifmcstat
inetd o inetd(8) requires wait/nowait column in inetd.conf for 2008-01-12 21:09:48 +00:00
iostat Repeat iostat header after rows-3 instead of a hardcoded 20. 2008-01-22 11:18:51 +00:00
ip6addrctl Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
ipfwpcap
IPXrouted Use printf formats which match the variable types without casts so we 2007-11-17 23:09:39 +00:00
jail
jexec Add CAUTIONS section to the manpage and update .Dd. 2008-05-26 19:24:45 +00:00
jls
kbdcontrol Some clarifications to make keyboard configuration under syscons. 2008-01-29 18:28:50 +00:00
kbdmap
kernbb
keyserv Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
kgmon
kgzip
kldxref These are the things that the tinderbox has problems with because it 2007-11-20 02:07:30 +00:00
lastlogin
lmcconfig
lpr Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
lptcontrol
mailstats
mailwrapper
makemap
manctl
memcontrol
mergemaster Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and 2008-05-26 10:40:09 +00:00
mixer mixer(8) is WARNS=6 clean since 1.25. 2008-03-16 08:06:36 +00:00
mld6query
mlxcontrol
mount_nwfs
mount_portalfs
mount_smbfs
mountd Remove hacks which filter out MNT_ROOTFS. 2008-03-05 07:55:07 +00:00
moused Improve the virtual scrolling mechanism to make middle clicking less 2008-05-15 15:05:02 +00:00
mptable
mtest
mtree Add the mtree.5 manpage. I'll come back soon and 2008-01-01 06:15:57 +00:00
named
named-checkconf
named-checkzone
named.reload
ndiscvt If the .inf file did not have a Default entry for the registry key then write 2008-04-15 04:44:32 +00:00
ndp Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
newsyslog Fix two typos. 2008-01-30 22:11:59 +00:00
nfsd
ngctl Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer 2008-03-29 17:44:40 +00:00
nghook
nologin
nscd These are the things that the tinderbox has problems with because it 2007-11-20 02:07:30 +00:00
ntp
nvram
ofwdump De-sparc64-ify (now that it's also installed on PowerPC). 2008-01-31 14:58:55 +00:00
pccard Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
pciconf Include agpreg.h from it's new location. 2007-11-13 01:30:40 +00:00
periodic
pkg_install Add a -n option to pkg_create(1), to inhibit duplicate work. 2008-05-27 05:10:54 +00:00
pmccontrol
pmcstat Fix 'make checkdpadd'. 2008-02-22 06:25:49 +00:00
pnpinfo
portsnap Add support for specifying which INDEX files to build via portsnap.conf. 2008-05-17 16:26:27 +00:00
powerd getopt(3) returns -1, not EOF. 2008-02-18 03:19:25 +00:00
ppp Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and 2008-05-26 10:40:09 +00:00
pppctl
pppd Add missing <stdlib.h> for exit() 2007-11-07 10:57:35 +00:00
pppstats Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
praliases
praudit
procctl
pstat Fix pstat behaviour when using coredumps. The reference to tp was 2008-05-14 00:22:57 +00:00
pw Add the groupmod '-d' option to pw to allow the deletion of existing users 2008-02-23 01:25:22 +00:00
pwd_mkdb
quot
quotaon
rarpd
raycontrol
repquota
rip6query Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
rmt
rndc
rndc-confgen
route6d Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
rpc.lockd If we can't find or load the kernel NLM support, don't just go ahead and 2008-04-10 12:54:53 +00:00
rpc.statd Fix apparent mis-paste in previous check-in by author. 2008-04-06 22:08:17 +00:00
rpc.umntall
rpc.yppasswdd These are the things that the tinderbox has problems with because it 2007-11-20 02:07:30 +00:00
rpc.ypupdated
rpc.ypxfrd
rpcbind No network addresses in the system isn't a good excuse 2008-02-14 20:12:23 +00:00
rrenumd Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
rtadvd Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
rtprio
rtsold Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
rwhod
sa Ensure that the -s flag truncates the accounting data. 2008-02-21 07:12:56 +00:00
sade Move sysinstall/sade away from TIOCGSIZE. 2008-05-23 14:24:33 +00:00
sendmail
setfib Change two variables to size_t to improve portability. 2008-05-10 15:02:56 +00:00
setfmac An average consumer of fts(3) that avoids keeping pointers to old 2008-01-29 17:50:29 +00:00
setpmac
sicontrol
sliplogin
slstat
smbmsg
snapinfo
spkrtest
spray
sysinstall Add jme(4) to the list of supported network interface. 2008-05-27 02:15:41 +00:00
syslogd Add a -8 switch to syslogd to prevent it from mangling 8-bit data. 2008-05-14 00:22:21 +00:00
tcpdchk
tcpdmatch
tcpdrop
tcpdump
timed Typo fix. 2008-02-11 08:12:58 +00:00
traceroute Add AS lookup functionality. On each hop we query a whois server to 2008-02-20 23:29:53 +00:00
traceroute6 Give traceroute6 the ability to traceroute with packets with no 2008-02-10 21:06:38 +00:00
trpt
tzsetup
ugidfw
usbdevs
vidcontrol
vipw
watch Allow watch(8) to use more than 10 snp* devices. This limitation was purely 2008-01-30 13:55:32 +00:00
watchdogd
wlandebug -d is a flag, not an argument. Use .Fl here. 2008-05-20 20:47:21 +00:00
wlconfig
wpa o update for vaps 2008-04-20 20:40:45 +00:00
yp_mkdb
ypbind
yppoll
yppush
ypserv Add -P <port> option to allow binding to a specific port. 2008-02-03 17:39:37 +00:00
ypset
zic getopt(3) returns -1, not EOF. 2008-02-19 07:09:19 +00:00
zzz
Makefile Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and 2008-05-26 10:40:09 +00:00
Makefile.inc