summaryrefslogtreecommitdiffstats
path: root/etc/isdn
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-01-19 15:33:23 +0000
committerhm <hm@FreeBSD.org>1999-01-19 15:33:23 +0000
commit68f7f1546c1b3f32e732eef6f7f13841376cf4e9 (patch)
tree34ad8f993571d0a2feb60ce1dd80972354a3b6db /etc/isdn
parent7056609e28ef5f5284c50152443fdf41ed1952f3 (diff)
downloadFreeBSD-src-68f7f1546c1b3f32e732eef6f7f13841376cf4e9.zip
FreeBSD-src-68f7f1546c1b3f32e732eef6f7f13841376cf4e9.tar.gz
Rename files to indicate a bit better that they are just samples
Diffstat (limited to 'etc/isdn')
-rw-r--r--etc/isdn/Makefile6
-rw-r--r--etc/isdn/isdnd.rc.sample (renamed from etc/isdn/isdnd.rc)14
-rw-r--r--etc/isdn/isdntel.alias.sample (renamed from etc/isdn/isdntel.alias)2
3 files changed, 11 insertions, 11 deletions
diff --git a/etc/isdn/Makefile b/etc/isdn/Makefile
index 1e33c28..c24ffba 100644
--- a/etc/isdn/Makefile
+++ b/etc/isdn/Makefile
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id: Makefile,v 1.1 1999/01/10 14:30:44 hm Exp $
I4BETCPROG= answer \
isdntel.sh \
@@ -8,8 +8,8 @@ I4BETCPROG= answer \
I4BETCFILE= isdnd.rates.D \
isdnd.rates.F \
- isdnd.rc \
- isdntel.alias
+ isdnd.rc.sample \
+ isdntel.alias.sample
install:
for i in ${I4BETCPROG} ; do \
diff --git a/etc/isdn/isdnd.rc b/etc/isdn/isdnd.rc.sample
index fa34de7..17987be 100644
--- a/etc/isdn/isdnd.rc
+++ b/etc/isdn/isdnd.rc.sample
@@ -3,9 +3,9 @@
# example of a configuration file for the isdn daemon
# ---------------------------------------------------
#
-# $Id: isdnd.rc,v 1.11 1998/12/18 17:17:57 hm Exp $
+# $Id: isdnd.rc,v 1.1 1999/01/10 14:30:47 hm Exp $
#
-# last edit-date: [Fri Dec 18 18:05:57 1998]
+# last edit-date: [Tue Jan 19 16:30:12 1999]
#
# NOTICE:
# =======
@@ -32,7 +32,7 @@ useacctfile = yes # generate accouting info to file
# monitor
# -------
-monitor-allowed = yes # global switch: monitor on/off
+monitor-allowed = no # global switch: monitor on/off
monitor-port = 451 # default monitor TCP port
# Monitor rights are granted due to the most specific host/net spec, i.e. in
@@ -71,8 +71,8 @@ ratesfile = /etc/isdn/isdnd.rates # name & location of rates file
# regular expression pattern matching
# -----------------------------------
-#regexpr = "connected.*KTS" # look for matches in log messages
-#regprog = connectKTS # execute program when match is found
+#regexpr = "connected.*XXX" # look for matches in log messages
+#regprog = connectXXX # execute program when match is found
# realtime priority section
# -------------------------
@@ -147,11 +147,11 @@ usedown = off # set i/f down
downtries = 5 # retry cycles before set down
downtime = 30 # time to be in down before going up
-connectprog = "ip-up" # run /etc/isdn/ip-up when an interface
+#connectprog = "ip-up" # run /etc/isdn/ip-up when an interface
# has established its network connection.
# example parameters are:
# /etc/isdn/ip-up -d isp0 -f up -a 192.110.12.14
-disconnectprog = "ip-down" # like connectprog, but run after the connection
+#disconnectprog = "ip-down" # like connectprog, but run after the connection
# is closed (ISDN layer down). The actual
# interface address might not be known
# any more. example parameters are:
diff --git a/etc/isdn/isdntel.alias b/etc/isdn/isdntel.alias.sample
index bc1cc3c..a6e42e4 100644
--- a/etc/isdn/isdntel.alias
+++ b/etc/isdn/isdntel.alias.sample
@@ -3,7 +3,7 @@
# alias file for the isdntel(1) application
# -----------------------------------------
#
-# $Id: isdntel.alias,v 1.4 1998/12/18 17:17:57 hm Exp $
+# $Id: isdntel.alias,v 1.1 1999/01/10 14:30:48 hm Exp $
#
# last edit-date: [Fri Dec 18 18:06:03 1998]
#
OpenPOWER on IntegriCloud