mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 12:02:01 +01:00
6d14e2a8e6
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> |
||
---|---|---|
.. | ||
ac | ||
accton | ||
adduser | ||
amd | ||
apm | ||
apmconf | ||
arp | ||
bad144 | ||
bootparamd | ||
cdcontrol | ||
chown | ||
chroot | ||
config | ||
cron | ||
crunch | ||
ctm | ||
dev_mkdb | ||
diskpart | ||
edquota | ||
fdcontrol | ||
fdformat | ||
fdwrite | ||
inetd | ||
iostat | ||
IPXrouted | ||
kbdcontrol | ||
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 | ||
nfsd | ||
nologin | ||
nslookup | ||
pccard | ||
pciconf | ||
pcvt | ||
pkg_install | ||
portmap | ||
ppp | ||
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 | ||
ypset | ||
zic | ||
Makefile | ||
Makefile.inc |