mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18666fbe54
service of the Deutsche Telekom. XCept 2 is freeware (BSD-style copyright), but has later been replaced by the commercial XCept 3. The authors no longer distribute or support this old version. I cannot build it on freefall's 2.1.x system, but it builds fine on my 2.2-current. thud seems to be down...
280 lines
6.1 KiB
Plaintext
280 lines
6.1 KiB
Plaintext
--- /dev/null Sun Sep 1 12:14:31 1996
|
|
+++ etc/Makefile Sun Sep 1 14:38:51 1996
|
|
@@ -0,0 +1,10 @@
|
|
+DESTDIR = /usr/local/etc
|
|
+MODE= 644
|
|
+OWNER= root
|
|
+GROUP= bin
|
|
+
|
|
+all:
|
|
+
|
|
+install:
|
|
+ ${INSTALL} -c -m ${MODE} -o ${OWNER} -g ${GROUP} init.cept ${DESTDIR}/cept.init
|
|
+ ${INSTALL} -c -m ${MODE} -o ${OWNER} -g ${GROUP} users.cept ${DESTDIR}/cept.users
|
|
--- etc/init.cept.orig Tue Jun 28 16:09:20 1994
|
|
+++ etc/init.cept Sun Sep 1 15:14:18 1996
|
|
@@ -26,30 +26,16 @@
|
|
# '\' = quote character e.g. \^ \~ \\
|
|
# '^' = control character e.g. ^M = return ^J = line_feed
|
|
#############################################################################
|
|
-opendevice 38400 "/dev/ttyF00"
|
|
+opendevice 38400 "/dev/cuaa0"
|
|
-hangupstring "~+++~ATH0^M"
|
|
-connectstring "CONNECT 2400"
|
|
+hangupstring "~+++~ATH0^M~ATZ"
|
|
+connectstring "CONNECT"
|
|
nodialtonestring "NO DIALTONE^M"
|
|
nocarrierstring "NO CARRIER^M"
|
|
busystring "BUSY^M"
|
|
|
|
|
|
-send "at^M"
|
|
-sleep 10
|
|
send "ATZ^M" # reset
|
|
-sleep 20
|
|
-send "AT&D2^M" # hangup when DTR off
|
|
-sleep 4
|
|
-send "ATQ0^M" #
|
|
-sleep 4
|
|
-send "ATV1^M"
|
|
-sleep 4
|
|
-send "AT^M" # dial-in/out modem
|
|
-sleep 4
|
|
-send "ATS21=24^M" # CD from phone line
|
|
-sleep 4
|
|
-send "ATS2=255^M" # no +++ allowed
|
|
-sleep 4
|
|
-send "~ATDT01300190^M"
|
|
+sleep 10
|
|
+send "~ATD01910^M" # Btx service Deutsche Telekom
|
|
|
|
wait 100 # wait 100 sec for BUSY, CONNECT, NO CARRIER, ....
|
|
--- etc/users.cept.orig Tue Jun 28 16:09:30 1994
|
|
+++ etc/users.cept Sun Sep 1 15:14:41 1996
|
|
@@ -16,223 +16,7 @@
|
|
# (every user is allowed on every machine)
|
|
############################################################################
|
|
|
|
-# 2.3
|
|
-# users.cept,v
|
|
-# Revision 2.3 1993/09/24 14:07:01 husemann
|
|
-# some fixes
|
|
-#
|
|
-# Revision 2.2 1993/09/24 11:12:07 husemann
|
|
-# 2.0 BETA RELEASE
|
|
-#
|
|
-# Revision 2.1 1993/09/24 10:02:28 husemann
|
|
-# Getting ready for beta release of XCept.
|
|
-#
|
|
-# Revision 1.1.1.1 1993/05/18 08:21:31 husemann
|
|
-# New checkin for new CVS tree --- this time for sure!
|
|
-#
|
|
-# Revision 1.1 1993/01/14 16:39:06 aoaugust
|
|
-# Initial revision
|
|
-#
|
|
-# Revision 1.22 1993/01/12 14:26:10 fzhauck
|
|
-# Elmar Storath added
|
|
-#
|
|
-# Revision 1.21 1993/01/12 12:35:28 eckert
|
|
-# added access for faui45r (eckert)
|
|
-#
|
|
-# Revision 1.20 1993/01/11 16:19:24 husemann
|
|
-# added faui45x
|
|
-#
|
|
-# Revision 1.19 1993/01/11 11:08:34 jklein
|
|
-# removed faui43d, added faui45j
|
|
-#
|
|
-# Revision 1.18 1993/01/08 09:51:21 husemann
|
|
-# added vespucci
|
|
-#
|
|
-# Revision 1.17 1992/12/18 11:11:42 husemann
|
|
-# added Prof. Hofmann
|
|
-#
|
|
-# Revision 1.16 1992/12/14 08:59:05 husemann
|
|
-# corrected faui43a again
|
|
-#
|
|
-# Revision 1.15 1992/12/08 14:47:56 husemann
|
|
-# added eckertchen
|
|
-#
|
|
-# Revision 1.14 1992/12/08 12:04:17 husemann
|
|
-# added faui45{v,w}
|
|
-#
|
|
-# Revision 1.13 1992/11/30 10:35:34 husemann
|
|
-# added faui43a -dirk
|
|
-#
|
|
-# Revision 1.12 1992/11/26 08:12:23 jklein
|
|
-# added faui43d and jklein
|
|
-#
|
|
-# Revision 1.11 1992/10/07 12:03:12 btx
|
|
-# added faui4s w/ domain extension
|
|
-#
|
|
-# Revision 1.10 1992/10/05 10:51:18 root
|
|
-# add S10'er
|
|
-#
|
|
-# Revision 1.9 1992/09/29 13:41:16 btx
|
|
-# added btx
|
|
-#
|
|
-# Revision 1.8 1992/09/25 12:47:37 btx
|
|
-# added faui45g
|
|
-#
|
|
-# Revision 1.7 1992/09/25 06:44:07 btx
|
|
-# added pruy
|
|
-#
|
|
-# Revision 1.6 1992/09/23 07:53:31 btx
|
|
-# added Wurm
|
|
-#
|
|
-# Revision 1.5 1992/09/22 14:29:14 btx
|
|
-# added flacke
|
|
-#
|
|
-# Revision 1.4 1992/09/21 11:01:39 root
|
|
-# added Matthias Gente
|
|
-#
|
|
-# Revision 1.3 1992/09/18 11:12:41 root
|
|
-# added a couple of users
|
|
-#
|
|
-# Revision 1.2 1992/09/18 10:58:10 root
|
|
-# added RCS keywords
|
|
-#
|
|
-
|
|
-@hydra
|
|
-@tensor
|
|
-@faui09
|
|
-@faui09.informatik.uni-erlangen.de
|
|
-@calimero
|
|
-@faui33
|
|
-@faui33.informatik.uni-erlangen.de
|
|
-@camelot
|
|
-@chaos
|
|
-@eva
|
|
-@vespucci
|
|
-@vespucci.informatik.uni-erlangen.de
|
|
-@faui43
|
|
-@faui43.informatik.uni-erlangen.de
|
|
-@faui43_revue
|
|
-@faui48
|
|
-@faui48.informatik.uni-erlangen.de
|
|
-@faui48a
|
|
-@faui48a.informatik.uni-erlangen.de
|
|
-@faui48b
|
|
-@faui48b.informatik.uni-erlangen.de
|
|
-@faui48c
|
|
-@faui48c.informatik.uni-erlangen.de
|
|
-@faui48d
|
|
-@faui48d.informatik.uni-erlangen.de
|
|
-@faui49
|
|
-@faui49.informatik.uni-erlangen.de
|
|
-@faui49a
|
|
-@faui49a.informatik.uni-erlangen.de
|
|
-@faui49b
|
|
-@faui49c
|
|
-@faui49c.informatik.uni-erlangen.de
|
|
-@faui49d
|
|
-@faui49d.informatik.uni-erlangen.de
|
|
-@faui49e
|
|
-@faui49e.informatik.uni-erlangen.de
|
|
-@faui49f
|
|
-@faui49f.informatik.uni-erlangen.de
|
|
-@faui4a
|
|
-@faui4a.informatik.uni-erlangen.de
|
|
-@faui4c
|
|
-@faui4c.informatik.uni-erlangen.de
|
|
-@faui4d
|
|
-@faui4d.informatik.uni-erlangen.de
|
|
-@faui4e
|
|
-@faui4e.informatik.uni-erlangen.de
|
|
-@faui4f
|
|
-@faui4f.informatik.uni-erlangen.de
|
|
-@faui4g
|
|
-@faui4g.informatik.uni-erlangen.de
|
|
-@faui4h
|
|
-@faui4h.informatik.uni-erlangen.de
|
|
-@faui4j
|
|
-@faui4j.informatik.uni-erlangen.de
|
|
-@faui4l
|
|
-@faui4l.informatik.uni-erlangen.de
|
|
-@faui4n
|
|
-@faui4n.informatik.uni-erlangen.de
|
|
-@faui4p
|
|
-@faui4p.informatik.uni-erlangen.de
|
|
-@faui4q
|
|
-@faui4q.informatik.uni-erlangen.de
|
|
-@faui4r
|
|
-@faui4r.informatik.uni-erlangen.de
|
|
-@faui4s
|
|
-@faui4s.informatik.uni-erlangen.de
|
|
-@faui4t
|
|
-@faui4t.informatik.uni-erlangen.de
|
|
-@faui4u
|
|
-@faui4u.informatik.uni-erlangen.de
|
|
-@faui4x
|
|
-@faui4x.informatik.uni-erlangen.de
|
|
-@fridolin
|
|
-@medusa
|
|
-@pse
|
|
-@torus
|
|
-@faui43a
|
|
-@faui43a.informatik.uni-erlangen.de
|
|
-@faui45
|
|
-@faui45.informatik.uni-erlangen.de
|
|
-@faui45b
|
|
-@faui45b.informatik.uni-erlangen.de
|
|
-@faui45d
|
|
-@faui45d.informatik.uni-erlangen.de
|
|
-@faui45g
|
|
-@faui45g.informatik.uni-erlangen.de
|
|
-@faui45h
|
|
-@faui45h.informatik.uni-erlangen.de
|
|
-@faui45j
|
|
-@faui45j.informatik.uni-erlangen.de
|
|
-@faui45k
|
|
-@faui45k.informatik.uni-erlangen.de
|
|
-@faui45l
|
|
-@faui45l.informatik.uni-erlangen.de
|
|
-@faui45m
|
|
-@faui45m.informatik.uni-erlangen.de
|
|
-@faui45n
|
|
-@faui45n.informatik.uni-erlangen.de
|
|
-@faui45o
|
|
-@faui45o.informatik.uni-erlangen.de
|
|
-@faui45p
|
|
-@faui45p.informatik.uni-erlangen.de
|
|
-@faui45r
|
|
-@faui45r.informatik.uni-erlangen.de
|
|
-@faui45v
|
|
-@faui45v.informatik.uni-erlangen.de
|
|
-@faui45w
|
|
-@faui45w.informatik.uni-erlangen.de
|
|
-@faui45y
|
|
-@faui45y.informatik.uni-erlangen.de
|
|
-@faui45x
|
|
-@faui45x.informatik.uni-erlangen.de
|
|
-
|
|
-
|
|
+@localhost
|
|
|
|
#allowed users
|
|
-aoaugust
|
|
-apsel
|
|
-btx
|
|
-demeer
|
|
-eirich
|
|
-eckert
|
|
-faust
|
|
-fhofmann
|
|
-fkhoerin
|
|
-flacke
|
|
-frank
|
|
-fzhauck
|
|
-gente
|
|
-hahn
|
|
-husemann
|
|
-jklein
|
|
-kirschni
|
|
-linster
|
|
-pruy
|
|
-rueth
|
|
-storath
|
|
-turo
|
|
-wurm
|
|
+root
|