Commit graph

39 commits

Author SHA1 Message Date
Dirk Meyer
d5694db4fc - use INFO 2004-06-11 03:04:27 +00:00
Dirk Meyer
dd790268ac - make PKGNAMESUFFIX more flexible 2004-03-26 19:16:54 +00:00
Dirk Meyer
e6544990e5 - Fix shell for user uucp if running interactive 2004-03-07 21:15:53 +00:00
Dirk Meyer
f9b154b2e8 - option WITH_PAM creates seperate package
- add CONFLICTS
2004-02-25 10:48:09 +00:00
Dirk Meyer
349fd1970e - update to 1.07.2
fixes regression with bsd.deps.mk in CURRENT
2004-01-25 13:40:13 +00:00
Dirk Meyer
333e98fe54 - uucpd: Fix WITH_PAM for FreeBSD 5.1 and 5.2
Submitted by:	andreas
2004-01-08 18:43:04 +00:00
Dirk Meyer
58efbbf183 - install uucp.info in index
- no version bump, as package is unchanged
2003-10-04 07:55:54 +00:00
Dirk Meyer
c4f66fbf9a - change ECHO -> ECHO_MSG 2003-09-24 17:28:58 +00:00
Dirk Meyer
e426058d1a - Import of 1.07
- Heads UP: IPv6 config has changed
- Security Patch from OpenBSD
- Fix for uustat püath in periodic/daily,
  Submitted by: charnier@xp11.frmug.org
- Security fix in uuxqt from OpenBSD, Submited by: kris
- Use configure from 1.07 distribution
  this fixes compatibility problems on 5.x
2003-06-17 06:36:05 +00:00
Dirk Meyer
1b21aafd9f - fix errros for -std=iso9899:1999 in FreeBSD 5.1 2003-06-09 05:45:02 +00:00
Dirk Meyer
95767424c4 - switch to compressed manpages
- clean catman on base deinstall
2003-05-18 06:54:55 +00:00
Dirk Meyer
f116d0ee57 - add empty directories 2003-04-05 08:12:57 +00:00
Dirk Meyer
e3f1228863 - Fix build on bento, file is needed 2003-03-04 18:01:58 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
5c5969eb26 clean dir etc/periodic 2003-01-14 07:07:52 +00:00
Dirk Meyer
83a52d9dce create extra package, so base files can be deinstalled. 2003-01-02 04:05:57 +00:00
Dirk Meyer
d089f2589c new target: base-package
register a package for all the files of the base installation,
so the user can delete them later.
2002-10-16 20:13:03 +00:00
Dirk Meyer
ffdcf52412 merge changes from port/local/uucp 2002-10-05 17:27:50 +00:00
Dirk Meyer
d1d6af2832 fix default permissions of etc/uucp
update /etc/services from: http://www.iana.org/assignments/port-numbers)
suucp               4031/tcp  #UUCP over SSL

mention UUCP_MAILER_PATH in pkg-message
2002-09-17 17:15:39 +00:00
Dirk Meyer
0c2fc497ff fix a PREFIX Problem
Submitted by:	joerg
2002-08-21 04:10:36 +00:00
Dirk Meyer
257e5bec5c Fix another build problem on CURRENT
Pointed out by: naddy
2002-08-13 13:34:38 +00:00
Dirk Meyer
b0ae4d124f Fix build problem with CURRENT, pointed out by naddy. 2002-07-27 06:24:06 +00:00
Dirk Meyer
ef240ef5fa More Fixes to build 2002-07-22 17:34:18 +00:00
Dirk Meyer
100c16dd32 Version 1.06.1.6
Problems with /usr/share/mk in 4.6-STABLE und CURRENT
owner => uucpowner
group => uucpgroup
2002-07-22 05:13:20 +00:00
Dirk Meyer
3209d0ed2c - Get rid of PERL and use SED 2002-06-16 15:03:10 +00:00
Dirk Meyer
65e198582c - Create template in %%PREFI%%/info/dir
to make "bsd.info.mk" work.
2002-03-07 20:28:33 +00:00
Dirk Meyer
de0e10d475 - <dinoex@FreeBSD.org>
Change path:
  /usr/local/etc/uucp/clean.daily for /etc/uuclean.daily
  /usr/local/etc/uucp/clean.weekly for /usr/libexec/uucp/clean.weekly
  /usr/local/bin/uustat for /usr/bin/uustat
  add PREFIX awareness

- PR #16536 <haro@tk.kubota.co.jp>
  newsyslog:
	size of logfile for UUCP system, ie. /var/spool/uucp/Log, grows
	forever when UUCP is used.
  Not needed after clean.daily and clean.weekly fixes.
2002-02-22 10:53:01 +00:00
Dirk Meyer
840667ebbe - alternative logfile location in /var/log/uucp
original patches not complete, extended for /var/log/uucp/Stats
  activate as option UUCP_WITH_VAR_LOG=yes

PR:		01961
Submitted by:	nao@sbl.cl.nec.co.jp
2002-02-17 21:09:03 +00:00
Dirk Meyer
4fc2a28eb0 - PR #34368 <vince@oahu.WURLDLINK.NET>
Build under 4.3-RELEASE

- PR #34515 <vince@oahu.WURLDLINK.NET>
  Build under 4.3-RELEASE

- PR #21128 <ilia@jane.cgu.chel.su>
  Extended dail.sample to handle modems with "black list".
  Modem returns an error, if a number is dialed too often
  in a short period of time.

- PR #30304 <vs@foldr.org><stolz@hyperion.informatik.rwth-aachen.de>

uucpd only uses getpwnam() for authentication. This patch adds PAM auth
via facility "uucpd" in /etc/pam.conf, e.g.

uucp    auth    sufficient      pam_skey.so
uucp    auth    sufficient      pam_ssh.so                      try_first_pass
uucp    auth    requisite       pam_cleartext_pass_ok.so
uucp    auth    required        pam_unix.so                     try_first_pass
uucp    account required        pam_unix.so
uucp    password required       pam_permit.so
uucp    session required        pam_permit.so

- <dinoex@FreeBSD.org>
  Addd missing includes files
  Remove conflicting prototypes

PR:		34368,34515,21128,30304
Submitted by:	ilia@jane.cgu.chel.su,vs@foldr.org
2002-02-01 23:15:29 +00:00
Dirk Meyer
b5b8d66c6f Take Maintainership 2002-02-01 07:11:22 +00:00
Patrick Li
bae268e6fb Drop maintainership
PR:		34495
Submitted by:	maintainer
2002-01-31 20:31:32 +00:00
Dirk Meyer
e9e215ccd7 Bump REVISION
add MAN8 for FreeBSD < 4.4

Timeout from MANTAINER
2001-12-17 11:58:50 +00:00
Dirk Meyer
f05ab56406 - Fix port build
- local.mtree must include "info"
- set MANDIR in uucpd/Makefile
- As we allow the Logfiles to be rotated, we sould allow UUCP to open new ones (see gnu/#17202).
- The Grade patch ifor uucico applied (see gnu/#17202)..

PR:		31960
Approved by:	lyndon@atg.aciworldwide.com
2001-11-23 08:56:27 +00:00
Kris Kennaway
8767e0bf0c Transfer maintainership to Lyndon Nerenberg <lyndon@atg.aciworldwide.com> 2001-10-05 08:07:52 +00:00
Dirk Meyer
8d082be63a - Added port to comms too.
- Do extraction from CVS in post-extract,
  so patches may be applied before build.
2001-10-03 13:13:01 +00:00
Kris Kennaway
1bac0ac72a Include the uucpd code as well. Bump the version number to 1.06.1.1.
Noticed by:	ru
2001-10-01 07:51:11 +00:00
Kris Kennaway
de5c0f8223 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.
2001-09-09 05:15:45 +00:00
Kris Kennaway
50f82a652b Add freebsd-uucp 1.06.1, a portified version of the gnu/libexec/uucp
tree currently in src/, in preparation for removing this infrequently-used
set of tools out of the base system.

The port distfile contains a copy of the /home/ncvs/src/gnu/libexec/uucp
FreeBSD CVS repository (with a few extra commits to make the build more
port-friendly), and checks out a copy during the configure phase.
Changes to this port should be made by checking them into this internal
repository and rerolling the distfile.

This port currently uses the same spool directories in /var/spool, and
contains a 'make upgrade' target to copy config files from /etc/uucp
to ${PREFIX}/etc/uucp.

Please test this port for missing/broken functionality.  In particular,
there might be more we need to do in the 'make upgrade' target.
2001-09-09 03:46:13 +00:00