Add proper links so that - and -sh are catered for.
This commit is contained in:
parent
a62f0e65da
commit
de23528dcc
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $Id: filesystem.conf,v 1.1 1994/06/15 10:49:33 jkh Exp $
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
||||
|
||||
@ -6,6 +6,11 @@ srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
||||
progs sh expr ls mkdir rm sync test
|
||||
ln test [
|
||||
|
||||
# These are needed because of UN*X's idiotic way of indicating that something
|
||||
# is a login shell.
|
||||
ln sh -
|
||||
ln sh -sh
|
||||
|
||||
# /sbin
|
||||
progs disklabel fdisk halt init mount mount_pcfs newfs umount
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
# $Id: kcopy.conf,v 1.1 1994/06/15 10:49:34 jkh Exp $
|
||||
# $Id: kcopy.conf,v 1.2 1994/06/19 20:39:30 jkh Exp $
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin
|
||||
|
||||
# Programs from bin/
|
||||
progs sh cp echo test
|
||||
ln test [
|
||||
|
||||
# These are needed because of UN*X's idiotic way of indicating that something
|
||||
# is a login shell.
|
||||
ln sh -
|
||||
ln sh -sh
|
||||
|
||||
#
|
||||
# Programs from sbin/
|
||||
progs mount mount_isofs mount_pcfs fsck halt init umount
|
||||
|
Loading…
Reference in New Issue
Block a user