diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-09-27 06:00:24 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-09-27 06:00:24 +0000 |
commit | 58eec9c002e0548a92952f8bcfddbd97c061cb76 (patch) | |
tree | 7d7c655d871ce89ae438de3b56758fa9646790a5 /distrib/hp300/ramdisk/list | |
parent | 06af216d6e17bf08ae23b4f7b0b8d03d9e1eb851 (diff) |
Update files, fix pwd_mkdb call.
Diffstat (limited to 'distrib/hp300/ramdisk/list')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index f4cfa0e5372..9d48ba13ce7 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.13 1999/04/01 04:39:51 millert Exp $ +# $OpenBSD: list,v 1.14 1999/09/27 06:00:23 downsj Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -75,7 +75,7 @@ LINK usr/mdec/uboot.lif usr/mdec/sdboot COPY rd.group etc/group COPY rd.master.passwd etc/master.passwd COPY rd.disktab etc/disktab -SPECIAL cd etc; pwd_mkdb -p -d . ./master.passwd +SPECIAL cd etc; pwd_mkdb -p -d `pwd` `pwd`/master.passwd # we strip comments from files since we need the space... |