diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-11-19 01:33:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-11-19 01:33:14 +0000 |
commit | 8bf8b7708463db154dfd7b1664600abd3b43cef3 (patch) | |
tree | e2b124466101fd592617daeaf3357ef7b04f3e89 /app-admin/cancd | |
parent | Slight comment cleanup. (diff) | |
download | historical-8bf8b7708463db154dfd7b1664600abd3b43cef3.tar.gz historical-8bf8b7708463db154dfd7b1664600abd3b43cef3.tar.bz2 historical-8bf8b7708463db154dfd7b1664600abd3b43cef3.zip |
Slight comment cleanup.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-admin/cancd')
-rw-r--r-- | app-admin/cancd/files/netconsole-init.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/cancd/files/netconsole-init.d b/app-admin/cancd/files/netconsole-init.d index 85576953b1dd..8636131be587 100644 --- a/app-admin/cancd/files/netconsole-init.d +++ b/app-admin/cancd/files/netconsole-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v 1.2 2005/11/19 01:32:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v 1.3 2005/11/19 01:33:14 robbat2 Exp $ depend() { need net @@ -65,5 +65,4 @@ checkconfig() { return 0 } - # vim: ts=4 sw=4 sts=4: |