diff options
Diffstat (limited to 'etc/rc.sysctl')
-rw-r--r-- | etc/rc.sysctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.sysctl b/etc/rc.sysctl index 7a852a3c2e805..f6863edfa885d 100644 --- a/etc/rc.sysctl +++ b/etc/rc.sysctl @@ -2,7 +2,7 @@ # # Read in /etc/sysctl.conf and set things accordingly # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.sysctl,v 1.4.4.1 2000/08/16 23:26:01 jhb Exp $ if [ -f /etc/sysctl.conf ]; then while read var comments |