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
This commit is contained in:
John Baldwin 2005-12-15 18:29:01 +00:00
parent 64026ffebb
commit 04ddb211d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153455

View file

@ -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