1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
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
95767424c4 - switch to compressed manpages
- clean catman on base deinstall
2003-05-18 06:54:55 +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
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
65e198582c - Create template in %%PREFI%%/info/dir
to make "bsd.info.mk" work.
2002-03-07 20:28:33 +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