diff options
author | jhb <jhb@FreeBSD.org> | 2005-12-15 18:29:01 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-12-15 18:29:01 +0000 |
commit | 71d1cb326f3ca2dd193102af04de26fb531a3a2d (patch) | |
tree | 513b8ba1e4e7cb26cfb80b8512d2094f1ae77026 /rescue | |
parent | f835cdfb05968af2433b7830d487b52b66894d1f (diff) | |
download | FreeBSD-src-71d1cb326f3ca2dd193102af04de26fb531a3a2d.zip FreeBSD-src-71d1cb326f3ca2dd193102af04de26fb531a3a2d.tar.gz |
Install nextboot in /rescue as /rescue/nextboot rather than
/rescue/nextboot.sh to match the name in /sbin (/sbin/nextboot).
Reviewed by: gtetlow
MFC after: 1 week
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index a601be2..43b38d0 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -6,7 +6,7 @@ BINDIR?=/rescue # Shell scripts need #! line to be edited from /bin/sh to /rescue/sh SCRIPTS= nextboot_FIXED -SCRIPTSNAME_nextboot_FIXED= nextboot.sh +SCRIPTSNAME_nextboot_FIXED= nextboot nextboot_FIXED: ../../sbin/reboot/nextboot.sh sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET} CLEANFILES+= nextboot_FIXED |