diff options
author | hm <hm@FreeBSD.org> | 1999-03-08 11:28:45 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 1999-03-08 11:28:45 +0000 |
commit | ff9dd97ed39dc95f8f88fa41cc7f2c313ae47c72 (patch) | |
tree | 7225996cddc67dadc8762fce5404ba9a541664f0 /etc | |
parent | 526581a289d881a88656cc55420636742425105c (diff) | |
download | FreeBSD-src-ff9dd97ed39dc95f8f88fa41cc7f2c313ae47c72.zip FreeBSD-src-ff9dd97ed39dc95f8f88fa41cc7f2c313ae47c72.tar.gz |
fix cosmetic ISDN startup problem mentioned in PR conf/9957
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/isdnd | 8 | ||||
-rw-r--r-- | etc/rc.isdn | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd index ec159cc..c975d13 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 ec159cc..c975d13 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 |