On Wed, 01 Apr 2015, Adrian Steinmann wrote:
Please could this be fixed to use shell quoting in a safe way.
OK, if that'll unstall the pullup-7.
I don't know.
Are you implying that the /etc/rc.d/ system supports space in filenames?
No, I am implying that somebody could create a file whose
> Please could this be fixed to use shell quoting in a safe way.
OK, if that'll unstall the pullup-7.
Are you implying that the /etc/rc.d/ system supports space in filenames?
Adrian
On Fri, 27 Mar 2015, Adrian Steinmann wrote:
Modified Files:
src/usr.sbin/service: service
Please could this be fixed to use shell quoting in a safe way.
For example ...
+_rc_files()
{
-local dir
-for dir in ${rc_directories}; do
-[ -d ${dir} ] && ls -P1 ${dir} 2>/dev