diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-26 14:52:43 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-26 14:52:43 +0000 |
commit | 927adb8ecc7ced74381e2f5d2b62ffea4368ec58 (patch) | |
tree | f6a067f26915e3536e8091d4cae58c7ccbded557 /usr.sbin/crunch | |
parent | 740cbc15e68ec46963af8625cce46b87b36e3f3a (diff) | |
download | FreeBSD-src-927adb8ecc7ced74381e2f5d2b62ffea4368ec58.zip FreeBSD-src-927adb8ecc7ced74381e2f5d2b62ffea4368ec58.tar.gz |
From: Michael Reifenberger <root@rz-wb.fh-sw.de>
Could you please commit this patch to usr.sbin/crunch/examples ?
This should make fixit.conf compilable again.
VI needs some hacks.
[Note: I'm not sure how relevant this example is anymore, but then it's only
an example]
Submitted by: mr
Diffstat (limited to 'usr.sbin/crunch')
-rw-r--r-- | usr.sbin/crunch/examples/fixit.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/crunch/examples/fixit.conf b/usr.sbin/crunch/examples/fixit.conf index 2298d41..51800af 100644 --- a/usr.sbin/crunch/examples/fixit.conf +++ b/usr.sbin/crunch/examples/fixit.conf @@ -4,7 +4,7 @@ # searched in order listed to find the dir containing each program. srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin -srcdirs /usr/src/gnu/usr.bin +srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi # second, we list all the programs we want to include in our crunched binary. # The order doesn't matter. Any program that needs hard links to it gets an @@ -20,14 +20,17 @@ ln sh -sh # init invokes the shell this way # /sbin stuff -progs badsect chown clri disklabel dump dmesg fdisk fsck halt ifconfig init +progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init progs mknod mount newfs ping reboot restore swapon umount ln dump rdump ln restore rrestore # /usr/bin stuff -progs ftp rsh sed telnet rlogin vi +progs ftp rsh sed telnet rlogin common find +ln common vi +ln common view +ln common ex # gnu stuff @@ -38,4 +41,4 @@ ln gzip gzcat # finally, we specify the libraries to link in with our binary libs -lcrypt -ltelnet -lutil -ll -libs -lcurses -ltermcap +libs -lcurses -ltermcap -ledit -lkvm |