diff options
author | roger <roger@FreeBSD.org> | 1999-06-15 12:51:57 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-06-15 12:51:57 +0000 |
commit | 6ea3db6934ee3ee3e1a0552ed63db204bbcd4746 (patch) | |
tree | 70edb2bd8d19ccb3aa4661146e7b079c3c3ae6a7 /release/picobsd/isp | |
parent | 56ced8ddfcfe9fac63bfcc02588e8e0ec1cbdc9e (diff) | |
download | FreeBSD-src-6ea3db6934ee3ee3e1a0552ed63db204bbcd4746.zip FreeBSD-src-6ea3db6934ee3ee3e1a0552ed63db204bbcd4746.tar.gz |
MFS: No longer needed with PicoBSD 0.44
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r-- | release/picobsd/isp/crunch1/login.diff | 33 | ||||
-rw-r--r-- | release/picobsd/isp/crunch1/ppp.diff | 10 |
2 files changed, 0 insertions, 43 deletions
diff --git a/release/picobsd/isp/crunch1/login.diff b/release/picobsd/isp/crunch1/login.diff deleted file mode 100644 index 98af18b..0000000 --- a/release/picobsd/isp/crunch1/login.diff +++ /dev/null @@ -1,33 +0,0 @@ -*** Makefile.orig Sat Aug 1 20:35:53 1998 ---- Makefile Sat Aug 1 20:36:50 1998 -*************** -*** 9,22 **** - #Uncomment to activate login_auth - #Warning: requires src/libexec/login_* auth modules - #LC_AUTH=-DLOGIN_CAP_AUTH -! CFLAGS+=-Wall -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP $(LC_AUTH) - - .if defined(KLOGIN_PARANOID) - CFLAGS+=-DKLOGIN_PARANOID - .endif - -! DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT} -! LDADD= -lutil -lskey -lmd -lcrypt - - .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(LC_AUTH) - CFLAGS+=-DKERBEROS ---- 9,22 ---- - #Uncomment to activate login_auth - #Warning: requires src/libexec/login_* auth modules - #LC_AUTH=-DLOGIN_CAP_AUTH -! CFLAGS+=-Wall $(LC_AUTH) - - .if defined(KLOGIN_PARANOID) - CFLAGS+=-DKLOGIN_PARANOID - .endif - -! DPADD= ${LIBUTIL} ${LIBMD} ${LIBCRYPT} -! LDADD= -lutil -lmd -lcrypt - - .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(LC_AUTH) - CFLAGS+=-DKERBEROS diff --git a/release/picobsd/isp/crunch1/ppp.diff b/release/picobsd/isp/crunch1/ppp.diff deleted file mode 100644 index 2df0730..0000000 --- a/release/picobsd/isp/crunch1/ppp.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Tue Sep 8 14:40:17 1998 -+++ Makefile Tue Sep 8 14:40:53 1998 -@@ -13,6 +13,7 @@ - BINOWN= root - BINGRP= network - MAN8= ppp.8 -+NOSECURE=yes - LDADD+= -lmd -lcrypt - DPADD+= ${LIBMD} ${LIBCRYPT} - |