diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-09-09 05:15:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-09-09 05:15:45 +0000 |
commit | de5c0f82233dcc7399e4b1e14baea90f70043f4d (patch) | |
tree | a39e4a0138d9abe490ed00e03b148a464e0dcea6 /net/freebsd-uucp | |
parent | Add freebsd-uucp 1.06.1, a portified version of the gnu/libexec/uucp (diff) |
Reroll the distfile (no version bump needed, because it was never
readable long enough to be mirrored, so no-one else has a copy) to
include the /etc/periodic UUCP-related files and install them
appropriately.
Notes
Notes:
svn path=/head/; revision=47559
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r-- | net/freebsd-uucp/Makefile | 2 | ||||
-rw-r--r-- | net/freebsd-uucp/distinfo | 2 | ||||
-rw-r--r-- | net/freebsd-uucp/pkg-message | 12 | ||||
-rw-r--r-- | net/freebsd-uucp/pkg-plist | 3 |
4 files changed, 18 insertions, 1 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index 036f733c1d67..efed60ac8364 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -23,6 +23,8 @@ MANCOMPRESSED= maybe post-install: @${ECHO} "Use the 'make upgrade' command to copy your old configuration" @${ECHO} "files from /etc/uucp to the new location in ${PREFIX}/etc/uucp" + @${ECHO} + @${CAT} ${PKGMESSAGE} upgrade: @${ECHO} "Copying old configuration files from /etc/uucp to ${PREFIX}/etc/uucp" diff --git a/net/freebsd-uucp/distinfo b/net/freebsd-uucp/distinfo index 115479a99aa0..6e922e58b761 100644 --- a/net/freebsd-uucp/distinfo +++ b/net/freebsd-uucp/distinfo @@ -1 +1 @@ -MD5 (freebsd-uucp-1.06.1.tar.bz2) = f37386263e1b58f5a6ea6f73f0db43a9 +MD5 (freebsd-uucp-1.06.1.tar.bz2) = 10f66f3714b6957384f2e451a7636be0 diff --git a/net/freebsd-uucp/pkg-message b/net/freebsd-uucp/pkg-message new file mode 100644 index 000000000000..2f56dda1a1c0 --- /dev/null +++ b/net/freebsd-uucp/pkg-message @@ -0,0 +1,12 @@ +In order to run the periodic UUCP maintenance tasks, please add +the following to your /etc/periodic.conf.local file: + +# 340.uucp +daily_uuclean_enable="YES" # Run uuclean.daily + +# 410.status-uucp +daily_status_uucp_enable="YES" # Check uucp status + +# 300.uucp +weekly_uucp_enable="YES" # Clean uucp weekly + diff --git a/net/freebsd-uucp/pkg-plist b/net/freebsd-uucp/pkg-plist index 10396a0e8baf..02e9623eb720 100644 --- a/net/freebsd-uucp/pkg-plist +++ b/net/freebsd-uucp/pkg-plist @@ -8,6 +8,9 @@ bin/uusched bin/uustat bin/uuto bin/uux +etc/periodic/daily/340.uucp +etc/periodic/daily/410.status-uucp +etc/periodic/weekly/300.uucp etc/uucp/call.sample etc/uucp/config.sample etc/uucp/dial.sample |