summaryrefslogtreecommitdiffstats
path: root/etc/isdn
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:37:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:37:10 +0000
commit289c0d262f52855ab454afdf7386d034fb2404b8 (patch)
tree8500936e97f809eca13f646b0a148ef28ff005be /etc/isdn
parent66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (diff)
downloadFreeBSD-src-289c0d262f52855ab454afdf7386d034fb2404b8.zip
FreeBSD-src-289c0d262f52855ab454afdf7386d034fb2404b8.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'etc/isdn')
-rw-r--r--etc/isdn/Makefile2
-rwxr-xr-xetc/isdn/answer2
-rw-r--r--etc/isdn/isdnd.rates.D2
-rw-r--r--etc/isdn/isdnd.rates.F2
-rw-r--r--etc/isdn/isdnd.rc.sample2
-rw-r--r--etc/isdn/isdntel.alias.sample2
-rwxr-xr-xetc/isdn/isdntel.sh2
-rwxr-xr-xetc/isdn/record2
-rwxr-xr-xetc/isdn/tell2
-rwxr-xr-xetc/isdn/tell-record2
10 files changed, 10 insertions, 10 deletions
diff --git a/etc/isdn/Makefile b/etc/isdn/Makefile
index e5f5230..7e4cd55 100644
--- a/etc/isdn/Makefile
+++ b/etc/isdn/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1999/01/19 15:33:15 hm Exp $
+# $FreeBSD$
I4BETCPROG= answer \
isdntel.sh \
diff --git a/etc/isdn/answer b/etc/isdn/answer
index 4a023cb..df9e804 100755
--- a/etc/isdn/answer
+++ b/etc/isdn/answer
@@ -4,7 +4,7 @@
# answer script for i4b isdnd
# ---------------------------
#
-# $Id: answer,v 1.5 1999/04/23 09:42:05 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Thu May 20 11:44:38 1999]
#
diff --git a/etc/isdn/isdnd.rates.D b/etc/isdn/isdnd.rates.D
index 447d5fc..430f9da 100644
--- a/etc/isdn/isdnd.rates.D
+++ b/etc/isdn/isdnd.rates.D
@@ -3,7 +3,7 @@
# i4b - Deutsche Telekom charging rates config file
# -------------------------------------------------
#
-# $Id: isdnd.rates.D,v 1.5 1999/01/17 17:40:33 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Sun Jan 17 18:38:29 1999]
#
diff --git a/etc/isdn/isdnd.rates.F b/etc/isdn/isdnd.rates.F
index 6dc32f5..14d772d 100644
--- a/etc/isdn/isdnd.rates.F
+++ b/etc/isdn/isdnd.rates.F
@@ -3,7 +3,7 @@
# i4b - Tarifs France Telecom
# ---------------------------
#
-# $Id: isdnd.rates.F,v 1.1 1998/03/19 19:09:28 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Thu Mar 19 20:05:18 1998]
#
diff --git a/etc/isdn/isdnd.rc.sample b/etc/isdn/isdnd.rc.sample
index 17987be..6681ed3 100644
--- a/etc/isdn/isdnd.rc.sample
+++ b/etc/isdn/isdnd.rc.sample
@@ -3,7 +3,7 @@
# example of a configuration file for the isdn daemon
# ---------------------------------------------------
#
-# $Id: isdnd.rc,v 1.1 1999/01/10 14:30:47 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Tue Jan 19 16:30:12 1999]
#
diff --git a/etc/isdn/isdntel.alias.sample b/etc/isdn/isdntel.alias.sample
index a6e42e4..c06bc19 100644
--- a/etc/isdn/isdntel.alias.sample
+++ b/etc/isdn/isdntel.alias.sample
@@ -3,7 +3,7 @@
# alias file for the isdntel(1) application
# -----------------------------------------
#
-# $Id: isdntel.alias,v 1.1 1999/01/10 14:30:48 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Fri Dec 18 18:06:03 1998]
#
diff --git a/etc/isdn/isdntel.sh b/etc/isdn/isdntel.sh
index 376434e..d76885d 100755
--- a/etc/isdn/isdntel.sh
+++ b/etc/isdn/isdntel.sh
@@ -4,7 +4,7 @@
# isdn telephone answering
# -------------------------
#
-# $Id: isdntel.sh,v 1.9 1999/04/23 09:42:05 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:04 1999]
#
diff --git a/etc/isdn/record b/etc/isdn/record
index f60a7c2..24e6cd6 100755
--- a/etc/isdn/record
+++ b/etc/isdn/record
@@ -4,7 +4,7 @@
# answer and record message script for i4b isdnd
# ----------------------------------------------
#
-# $Id: record,v 1.5 1999/04/23 09:42:05 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:10 1999]
#
diff --git a/etc/isdn/tell b/etc/isdn/tell
index 12b4af2..7bdd10a 100755
--- a/etc/isdn/tell
+++ b/etc/isdn/tell
@@ -4,7 +4,7 @@
# tell called and calling numbers answer script for i4b isdnd
# -----------------------------------------------------------
#
-# $Id: tell,v 1.5 1999/04/23 09:42:05 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:15 1999]
#
diff --git a/etc/isdn/tell-record b/etc/isdn/tell-record
index ba02145..d5c356c 100755
--- a/etc/isdn/tell-record
+++ b/etc/isdn/tell-record
@@ -4,7 +4,7 @@
# tell called and calling numbers answer script for i4b isdnd
# -----------------------------------------------------------
#
-# $Id: tell-record,v 1.5 1999/04/23 09:42:05 hm Exp $
+# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:21 1999]
#
OpenPOWER on IntegriCloud