HardenedBSD/usr.sbin
Jordan K. Hubbard 6d14e2a8e6 For /usr/sbin/ppp, you must choose between running ppp in the background or
connecting to a host immediately in the foreground.

I would like to be able to run ppp from a script so that my script can be
sure that it is connected to the 'net before it continues running:

  # Dial up the internet.
  ppp -background myprovider || exit 1

  do-some-net-command

  # Hang up the modem.
  kill -HUP `cat /var/run/ppp.tun0.pid`

Another problem is that the current ppp calls its process id file
`/var/run/PPP.server', which may conflict if you have more than one IP
tunnel interface available.

Closes PR#1469
Submitted by:	Gord Matzigkeit <gord@enci.ucalgary.ca>
1996-12-22 17:29:33 +00:00
..
ac
accton Grr. Fix a spelling error. 1996-12-21 22:22:55 +00:00
adduser
amd
apm
apmconf
arp
bad144
bootparamd
cdcontrol
chown
chroot
config
cron
crunch
ctm
dev_mkdb
diskpart
edquota Convert to mdoc format. 1996-12-21 21:15:09 +00:00
fdcontrol
fdformat
fdwrite
inetd
iostat
IPXrouted
kbdcontrol Convert to mdoc format. 1996-12-21 23:23:11 +00:00
kbdmap
kernbb
keyadmin
kgmon
kvm_mkdb
lpr
lptcontrol
manctl
mixer
mkdosfs
mount_portalfs
mountd
moused
mrouted
mtest
mtree
named
named.reload
named.restart
ncrcontrol
ndc
newsyslog Convert to mdoc format. 1996-12-21 21:57:21 +00:00
nfsd
nologin
nslookup
pccard
pciconf
pcvt
pkg_install
portmap
ppp For /usr/sbin/ppp, you must choose between running ppp in the background or 1996-12-22 17:29:33 +00:00
pppd
pppstats
pstat
pw
pwd_mkdb
qcamcontrol
quot
quotaon
rarpd
repquota
rmt
rndcontrol
rpc.lockd
rpc.statd
rpc.yppasswdd
rpc.ypxfrd
rtprio
rwhod
sa
sade
sendmail
sgsc
sicontrol
sliplogin
slstat
spkrtest
spray
stallion
sup
sysctl
sysinstall
syslogd
tcpdump
timed
traceroute
trpt
tzsetup
vidcontrol
vipw
vnconfig
watch
wormcontrol
xntpd
xten
yp_mkdb
ypbind
yppoll
yppush
ypserv Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing 1996-12-03 02:37:39 +00:00
ypset
zic
Makefile
Makefile.inc