mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
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:
parent
64026ffebb
commit
04ddb211d5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153455
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user