1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Fix this.

1) eBones/Kerberos now works with 2.2-stable
2) PREFIX is honoured
3) oddball directories are removed by pkg_delete
This commit is contained in:
Mark Murray 1997-08-26 12:17:57 +00:00
parent 0cb0016454
commit 59a19f9bb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7695
3 changed files with 16 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: 4. July 1996
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.5 1996/11/20 21:21:51 markm Exp $
# $Id: Makefile,v 1.6 1996/12/01 01:23:07 obrien Exp $
#
DISTNAME= radius.2.4.23
@ -16,6 +16,7 @@ MAINTAINER= torstenb@FreeBSD.ORG
NO_WRKSUBDIR= yes
INSTALL_TARGET= install-all
MAKE-FLAGS+= -DPREFIX=${PREFIX}
MAN5= dictionary.5 users.5 radius.fsm.5 authfile.5 clients.5
MAN8= builddbm.8 radcheck.8 radiusd.8 radpwtst.8

View File

@ -1,6 +1,14 @@
diff -ru orig/src/rad.kerberos.c ./src/rad.kerberos.c
--- orig/src/rad.kerberos.c Wed Sep 18 11:34:21 1996
+++ src/rad.kerberos.c Sat Jul 26 17:33:30 1997
--- src/rad.kerberos.c.orig Wed Sep 18 17:34:21 1996
+++ src/rad.kerberos.c Tue Aug 26 12:57:28 1997
@@ -84,7 +84,7 @@
extern int mit_passwd_to_key ();
extern int afs_passwd_to_key ();
-static int krb_pass PROTO((AUTH_REQ *, int, char *));
+static int krb_pass (AUTH_REQ *, int, char *);
#if defined(A_KERB)
static AATV akrb_aatv =
@@ -177,7 +177,8 @@
#if defined(M_KERB)
if (strcmp (authreq->direct_aatv->id, "MKERB") == 0)

View File

@ -18,3 +18,6 @@ man/man8/radpwtst.8.gz
man/man8/builddbm.8.gz
man/man8/radcheck.8.gz
sbin/radiusd
@dirrm lib/radius/db
@dirrm lib/radius/acct
@dirrm lib/radius