aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorHellmuth Michaelis <hm@FreeBSD.org>1999-03-08 11:28:45 +0000
committerHellmuth Michaelis <hm@FreeBSD.org>1999-03-08 11:28:45 +0000
commit8d30de0d26cc3e6121a7b717a6e1c67c9f241546 (patch)
tree47bd1401c49887b03a392fa657848eb050ef9108 /etc
parent445a0357079d757b71b1d578c6ffc713f06db9b9 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/isdnd8
-rw-r--r--etc/rc.isdn8
2 files changed, 12 insertions, 4 deletions
diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd
index ec159ccfd509..c975d1396f5d 100644
--- a/etc/rc.d/isdnd
+++ b/etc/rc.d/isdnd
@@ -4,14 +4,16 @@
# /etc/rc.isdn - isdn4bsd startup script
# --------------------------------------
#
-# last edit-date: [Tue Jan 12 15:35:36 1999]
+# last edit-date: [Mon Mar 8 12:15:56 1999]
#
-# $Id:$
+# $Id: rc.isdn,v 1.1 1999/01/13 08:20:55 hm Exp $
#
#---------------------------------------------------------------------------
if [ "X${isdn_enable}" = X"YES" ] ; then
+ echo -n 'ISDN subsystem setup:'
+
# terminal type for fullscreen mode, default to syscons driver
isdn_ttype=cons25
@@ -41,4 +43,6 @@ if [ "X${isdn_enable}" = X"YES" ] ; then
echo -n ' isdntrace'
nohup /usr/sbin/isdntrace ${isdn_traceflags} >/dev/null 2>&1 &
fi
+
+ echo '.'
fi
diff --git a/etc/rc.isdn b/etc/rc.isdn
index ec159ccfd509..c975d1396f5d 100644
--- a/etc/rc.isdn
+++ b/etc/rc.isdn
@@ -4,14 +4,16 @@
# /etc/rc.isdn - isdn4bsd startup script
# --------------------------------------
#
-# last edit-date: [Tue Jan 12 15:35:36 1999]
+# last edit-date: [Mon Mar 8 12:15:56 1999]
#
-# $Id:$
+# $Id: rc.isdn,v 1.1 1999/01/13 08:20:55 hm Exp $
#
#---------------------------------------------------------------------------
if [ "X${isdn_enable}" = X"YES" ] ; then
+ echo -n 'ISDN subsystem setup:'
+
# terminal type for fullscreen mode, default to syscons driver
isdn_ttype=cons25
@@ -41,4 +43,6 @@ if [ "X${isdn_enable}" = X"YES" ] ; then
echo -n ' isdntrace'
nohup /usr/sbin/isdntrace ${isdn_traceflags} >/dev/null 2>&1 &
fi
+
+ echo '.'
fi