freebsd-skq/usr.sbin/bsdinstall
dteske a2907c1e4c I caught the following snippet at the end of my /var/log/bsdinstall_log:
===
DEBUG: Running installation step: services
local: Not in a function
/usr/libexec/bsdinstall/services: cannot create  : Read-only file system
/usr/libexec/bsdinstall/services: /tmp/bsdinstall/etc/rc.conf.services: \
 Permission denied
===
The `local: Not in a function' is obvious, and was introduced by myself in
SVN revision 256348.

The latter two are caused by the attempt to use "\" to continue the line
after using the ">>" redirect. This appears to attempt to write a file with
the name " " in the current directory and subsequently attempts to execute
the file that was originally intended for writing (which is not executable;
hence the `Permission denied'). That was introduced in SVN r228192 about
2 years ago, apparently unnoticed until I started going over the debug
outputs very carefully.

MFC after:	3 days
2013-12-12 20:47:18 +00:00
..
distextract Add some missing DPADD. 2013-05-11 13:46:05 +00:00
distfetch Add some missing DPADD. 2013-05-11 13:46:05 +00:00
partedit Add installer support for CHRP/PAPR PowerPC systems that use MBR+BSD 2013-09-23 14:18:34 +00:00
scripts I caught the following snippet at the end of my /var/log/bsdinstall_log: 2013-12-12 20:47:18 +00:00
bsdinstall Forgot to utilize feature added in SVN r257782 to prevent truncating 2013-12-09 03:38:18 +00:00
bsdinstall.8 mdoc: add missing El. 2013-11-08 23:11:04 +00:00
Makefile Long-overdue man page for bsdinstall. 2011-06-11 21:44:07 +00:00