diff options
author | dougb <dougb@FreeBSD.org> | 2005-03-13 08:07:11 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-03-13 08:07:11 +0000 |
commit | 650ccf9997fe6309d51d8771751b80234eb6de6c (patch) | |
tree | 8598ed4680f267b1d1416e9102613bea8ebe391a /etc/rc.d | |
parent | 4d55eb47b436980a5b3c335bbc3fe3cb7036fd9e (diff) | |
download | FreeBSD-src-650ccf9997fe6309d51d8771751b80234eb6de6c.zip FreeBSD-src-650ccf9997fe6309d51d8771751b80234eb6de6c.tar.gz |
Unhook the recently departed lomac file from the build.
Forgotten by: trhodes (the real one)
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 6f895ec..7a4b500 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -18,7 +18,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \ ipnat ipsec ipxrouted isdnd \ jail \ kadmind kerberos keyserv kldxref kpasswdd \ - ldconfig local localpkg lomac lpd \ + ldconfig local localpkg lpd \ mixer motd mountcritlocal mountcritremote \ mountd moused mroute6d mrouted msgs \ named natd netif netoptions \ |