summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-11-19 01:33:14 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-11-19 01:33:14 +0000
commit42adfba7a48f2d521935e1d2499ab2fc127ffa91 (patch)
treeac37ccb224bc14b2565d356311f2dff64de885e7 /app-admin/cancd
parentSlight comment cleanup. (diff)
downloadgentoo-2-42adfba7a48f2d521935e1d2499ab2fc127ffa91.tar.gz
gentoo-2-42adfba7a48f2d521935e1d2499ab2fc127ffa91.tar.bz2
gentoo-2-42adfba7a48f2d521935e1d2499ab2fc127ffa91.zip
Slight comment cleanup.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-admin/cancd')
-rw-r--r--app-admin/cancd/ChangeLog6
-rw-r--r--app-admin/cancd/files/netconsole-conf.d6
-rw-r--r--app-admin/cancd/files/netconsole-init.d3
3 files changed, 10 insertions, 5 deletions
diff --git a/app-admin/cancd/ChangeLog b/app-admin/cancd/ChangeLog
index 453c67eb8c57..45f53c64d959 100644
--- a/app-admin/cancd/ChangeLog
+++ b/app-admin/cancd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/cancd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/ChangeLog,v 1.2 2005/11/15 19:27:35 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/ChangeLog,v 1.3 2005/11/19 01:32:21 robbat2 Exp $
+
+ 19 Nov 2005; Robin H. Johnson <robbat2@gentoo.org>
+ files/netconsole-conf.d, files/netconsole-init.d:
+ Slight comment cleanup.
*cancd-0.1.0-r1 (15 Nov 2005)
diff --git a/app-admin/cancd/files/netconsole-conf.d b/app-admin/cancd/files/netconsole-conf.d
index 5a17a9107ca4..537725e79896 100644
--- a/app-admin/cancd/files/netconsole-conf.d
+++ b/app-admin/cancd/files/netconsole-conf.d
@@ -1,13 +1,15 @@
# 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-conf.d,v 1.1 2005/11/15 19:27:35 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-conf.d,v 1.2 2005/11/19 01:32:21 robbat2 Exp $
# required!
TGT_IP=''
DEVICE=eth0
-SRC_IP='' # will default to first address on $DEVICE
+SRC_IP=''
+# will default to first address on $DEVICE
+# must be specified if the device does not have an IP at init time
SRC_PORT=6665 # default
# note that cancd daemon uses 6667 as default
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: