Module Name:src
Committed By: jakllsch
Date: Fri Jul 26 18:54:49 UTC 2024
Modified Files:
src/usr.sbin/service: service
Log Message:
Fix missing whitespace in not found message.
>From Daniel Cunha in PR 58471
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: jakllsch
Date: Fri Jul 26 18:54:49 UTC 2024
Modified Files:
src/usr.sbin/service: service
Log Message:
Fix missing whitespace in not found message.
>From Daniel Cunha in PR 58471
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: uwe
Date: Tue Mar 14 21:50:25 UTC 2023
Modified Files:
src/usr.sbin/service: service.8
Log Message:
service(8): fix markup
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/service/service.8
Please note that diffs are
Module Name:src
Committed By: uwe
Date: Tue Mar 14 21:50:25 UTC 2023
Modified Files:
src/usr.sbin/service: service.8
Log Message:
service(8): fix markup
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/service/service.8
Please note that diffs are
Module Name:src
Committed By: kre
Date: Tue Mar 14 06:19:35 UTC 2023
Modified Files:
src/usr.sbin/service: service service.8
Log Message:
Don't inappropriately use xargs to run rcorder -- xargs is designed
to run the given command as many times as necessary, but rcorder mu
Module Name:src
Committed By: kre
Date: Tue Mar 14 06:19:35 UTC 2023
Modified Files:
src/usr.sbin/service: service service.8
Log Message:
Don't inappropriately use xargs to run rcorder -- xargs is designed
to run the given command as many times as necessary, but rcorder mu
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