10 May
2015
10 May
'15
2 a.m.
On Saturday, May 09, 2015 22:25:48 Michael Grimm wrote:
or just try if it works if you change it to /bin/sh and use whatever FreeBSD has that pointing to. That fails because /bin/sh equals /bin/csh at FBSD.
I don't know if it fails or not, but if it does this is not the reason.
/bin/sh most certainly is not /bin/csh; if it were, the system would not boot
given that all the rc start-up scripts are written in Bourne shell.
OTOH, /bin/csh and /bin/tcsh are identical:
$ freebsd-version -uk
10.1-RELEASE-p9
10.1-RELEASE-p9
$ ls -li /bin/*sh
108 -r-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/csh*
118 -r-xr-xr-x 1 root wheel 142184 Nov 11 15:03 /bin/sh*
108 -r-xr-xr-x 2 root wheel 382368 Nov 11 15:03 /bin/tcsh*
-- Greg Rivers