CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/07/20 00:59:39
Modified files: etc : netstart rc Log message: Disable Strict Bourne shell mode for /etc/rc and /etc/netstart to be able to use ksh syntax within these scripts. This way init doesn't need to be changed, which starts /etc/rc using /bin/sh and people can still use "sh /etc/netstart ifname". Idea from and OK halex@ OK deraadt@ krw@ guenther@