summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1999-01-19 23:10:34 +0000
committerabial <abial@FreeBSD.org>1999-01-19 23:10:34 +0000
commit63c938b5c05564b333ec53b3a36fc5b611a53729 (patch)
tree40d563bca46ba81a45fbf7a2eaad8df66e6b400f /release/picobsd/isp
parent0755c9f86b6b8d41dac018a2a6ee1df621401f61 (diff)
downloadFreeBSD-src-63c938b5c05564b333ec53b3a36fc5b611a53729.zip
FreeBSD-src-63c938b5c05564b333ec53b3a36fc5b611a53729.tar.gz
Add NOPAM hook to be able to use login(1) here...
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r--release/picobsd/isp/crunch1/Makefile12
-rw-r--r--release/picobsd/isp/crunch1/crunch.conf9
2 files changed, 9 insertions, 12 deletions
diff --git a/release/picobsd/isp/crunch1/Makefile b/release/picobsd/isp/crunch1/Makefile
index a5c69e8..eeb626f 100644
--- a/release/picobsd/isp/crunch1/Makefile
+++ b/release/picobsd/isp/crunch1/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1998/08/28 08:57:16 abial Exp $
+# $Id: Makefile,v 1.3 1998/10/15 21:40:01 abial Exp $
#
SRC?=/usr/src
@@ -7,21 +7,17 @@ all: crunch
crunch:
@if [ ! -f .patched ]; then \
- cat login.diff|(cd /usr/src/usr.bin/login; patch -p0); \
cat passwd.diff|(cd /usr/src/usr.bin/passwd; patch -p0); \
- cat ppp.diff|(cd /usr/src/usr.sbin/ppp; patch -p0); \
touch .patched; \
fi
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf
@crunchgen ./crunch1.conf
- @${MAKE} -f crunch1.mk all \
+ @${MAKE} -f crunch1.mk -DNOPAM all \
"CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
clean:
@if [ -f .patched ]; then \
- cat login.diff|(cd /usr/src/usr.bin/login; patch -R -p0); \
cat passwd.diff|(cd /usr/src/usr.bin/passwd; patch -R -p0); \
- cat ppp.diff|(cd /usr/src/usr.sbin/ppp; patch -R -p0); \
rm .patched; \
fi
rm -f *.o *.stub *.lo *_stub.c *.mk \
@@ -42,8 +38,8 @@ install:
done
rm /mnt/stand/crunch
# Install the MIB files
- mkdir -p /mnt/usr/local/share/snmp/mibs
- cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/
+ #mkdir -p /mnt/usr/local/share/snmp/mibs
+ #cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/
.include <bsd.prog.mk>
diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf
index 7418d0b..2c8e103 100644
--- a/release/picobsd/isp/crunch1/crunch.conf
+++ b/release/picobsd/isp/crunch1/crunch.conf
@@ -1,5 +1,5 @@
#
-# $Id: crunch.conf,v 1.3 1998/09/15 07:35:31 abial Exp $
+# $Id: crunch.conf,v 1.4 1998/09/15 11:12:18 abial Exp $
#
# NOTE: the string "/usr/src" will be automatically replaced with the
# correct value set in 'build' script - you should change it there
@@ -16,7 +16,7 @@ srcdirs ../../tinyware
# OBJS=${MIBOBJS} ${AGENTOBJS}
# * we install a special version of MIB files - stripped of comments and
# descriptions. These MIBs are included here to save you the stripping.
-srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5
+#srcdirs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5
# other sources
srcdirs /usr/src/bin
srcdirs /usr/src/sbin/i386
@@ -27,12 +27,13 @@ srcdirs /usr/src/usr.sbin
srcdirs /usr/src/libexec
progs ash test echo hostname ln login getty
-progs inetd telnetd stty w msg kget snmpd natd
+progs inetd telnetd stty w msg kget natd
progs init fsck ifconfig df ps ns vm cat
progs cp rm mkdir ls chmod chown
progs sysctl route swapon pwd_mkdb dev_mkdb
progs mount mount_msdos umount comcontrol
progs kill mount_std natd
+#progs snmpd
progs pwd pppd telnet more
progs passwd date
@@ -54,7 +55,7 @@ ln msg dmesg
ln ns netstat
# For snmpd
-libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a
+#libs /usr/ports/net/ucd-snmp/work/ucd-snmp-3.5/snmplib/libsnmp.a
libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
libs -lmytinfo -lipx -lz -lpcap -lalias
libs -ltermcap -lgnuregex -ltelnet -lcurses
OpenPOWER on IntegriCloud