uucpconfig/README.md

20 lines
471 B
Markdown
Raw Normal View History

2019-03-06 19:57:55 +00:00
# UUCP Scripts
These are utility scripts for UUCP sever provisioning and maintenance.
More information is available at https://uucp.dataforge.tk
## Prerequisites
In order to use these scripts you will first have to install the UUCP server software. While in theory any implementation of UUCP
will work, this network uses Taylor UUCP as it's server software.
### Debian/Ubuntu
```
sudo apt-get install uucp
```
### Redhat/Fedora/CentOS
```
sudo dnf install uucp
```