diff options
author | imp <imp@FreeBSD.org> | 2004-02-07 15:46:20 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-02-07 15:46:20 +0000 |
commit | dd8f14df3fd0a2489b9de0acf9aa488c7598dd22 (patch) | |
tree | 4ac64966c1db1a582e4d688e3659f6cc940b37cc | |
parent | c0140bd141e045a3dcb64cc133bf31321fd9883c (diff) | |
download | FreeBSD-src-dd8f14df3fd0a2489b9de0acf9aa488c7598dd22.zip FreeBSD-src-dd8f14df3fd0a2489b9de0acf9aa488c7598dd22.tar.gz |
ttys is gone, kill it here too
-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 a3c83e5..a544e37 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -33,7 +33,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \ savecore securelevel sendmail \ serial sppp sshd swap1 \ syscons sysctl syslogd \ - timed ttys \ + timed \ usbd \ vinum virecover \ watchdogd \ |