diff options
author | mlaier <mlaier@FreeBSD.org> | 2007-09-07 15:44:09 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2007-09-07 15:44:09 +0000 |
commit | 78e4a0814c645e7f09f94c7d13eef2a46a628be1 (patch) | |
tree | 889e0be634f2640c452ea6d6a7c1e4789ccef7cb /etc/rc.d | |
parent | 90bce3874c997ed67970da4bb7b51cdee667d8bd (diff) | |
download | FreeBSD-src-78e4a0814c645e7f09f94c7d13eef2a46a628be1.zip FreeBSD-src-78e4a0814c645e7f09f94c7d13eef2a46a628be1.tar.gz |
Add the startup script for ftp-proxy(8) to the Makefile as well.
Approved by: re (bmah - implicit)
Reminded by: mtm
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-x | etc/rc.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 386dc24..d6d0849 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -11,7 +11,7 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \ devd devfs dhclient \ dmesg dumpon \ early.sh encswap \ - fsck ftpd \ + fsck ftp-proxy ftpd \ gbde geli geli2 \ hcsecd \ hostapd hostid hostname \ |