Artifact 9336dbdccb0851ad265ec64ee5f5269987b270a62052a7c3e4e9be700a1e1aaa:
- File rc.shutdown — part of check-in [d8511a3d7c] at 2022-05-30 08:07:59 on branch trunk — rebuild starters and enable shutdown, add license (user: arcade, size: 374) [annotate] [blame] [check-ins using]
#!/sbin/sh -Tue - stty status '^T' trap : 2 HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin export PATH HOME MAKEINIT="make -D AUTOBOOT -C /etc/mrc" NCPU=$((`/sbin/sysctl -n hw.ncpu` + 1 )) #MAKEDEBUG="-d -nelLx" mount -t tmpfs tmpfs /etc/mrc/tmp && ${MAKEINIT} -j ${NCPU} ${MAKEDEBUG} -X TMPDIR=/etc/mrc/tmp EXIT && umount /etc/mrc/tmp || ${MAKEINIT} EXIT echo '.' exit 0