added config templates

This commit is contained in:
uucp 2019-03-05 00:31:41 +00:00
parent 4a98594331
commit 9467eab5e0
4 changed files with 60 additions and 0 deletions

2
etc/call Normal file
View File

@ -0,0 +1,2 @@
# Username/password pairs are in the format:
# Uname password

16
etc/config Normal file
View File

@ -0,0 +1,16 @@
#
# config This is the configuration file for uucp. Most configurable
# things are commented out as they are the default (compiled
# in) setting. The only thing you might want to change is the
# "nodename". That's your UUCP system name - change it if it's
# different from your normal hostname.
#
nodename <nodename>
# Defaults.
#sysfile /etc/uucp/sys
#portfile /etc/uucp/port
#dialfile /etc/uucp/dial
#callfile /etc/uucp/call
#passwdfile /etc/uucp/passwd

29
etc/port Normal file
View File

@ -0,0 +1,29 @@
#
# port This file defines the possible dialout ports you have
# on your system. Normally you have only one, and it's
# most probably /dev/ttyS[0-3]. Define that port here.
#
# If you have multiple dialout ports, you can ofcourse
# define them all if you want.
#
port ACU
type modem
#
# NOTE: Make SURE this device is owned by root:dialout, mode 0660 (crw-rw---)
#
device /dev/ttyS3
dialer hayes
speed 57600
#
# Description for the TCP port - pretty trivial. DON'T DELETE.
#
port TCP
type tcp
port Dataforge
type pipe
command /usr/bin/ssh -a -x -q -i /var/spool/uucp.ssh/id_rsa -l uucp uucp.dataforge.tk
reliable true
protocol etyig

13
etc/sys Normal file
View File

@ -0,0 +1,13 @@
system dataforge
call-login *
call-password *
local-send /
local-receive /var/spool/uucppublic
remote-send /
remote-receive /var/spool/uucppublic
time any
forward ANY
chat "" \d\d\r\c login: \d\L word: \P
chat-timeout 60
protocol t
port Dataforge