Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-18 Thread DJ Lucas via blfs-dev
On 11/18/2018 12:20 PM, Bruce Dubbs via blfs-dev wrote: After sleeping on it, I suppose it does not make a huge difference.  Go ahead and make the change at your convenience. Thank you. Will do. Just waiting on confirmation of the firewall issue for current systemd. I have an outstanding

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-18 Thread DJ Lucas via blfs-dev
On 11/18/2018 01:12 PM, Xi Ruoyao via blfs-dev wrote: On 2018-11-18 01:41 -0600, Bruce Dubbs via blfs-dev wrote: I'm not sure I agree agree. If I greo the systemd sources for /bin/touch, the only places I see it is in man/systemd-run.xml and test/test-execute/exec-basic.service. The later

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-18 Thread Xi Ruoyao via blfs-dev
On 2018-11-18 01:41 -0600, Bruce Dubbs via blfs-dev wrote: > I'm not sure I agree agree. If I greo the systemd sources for > /bin/touch, the only places I see it is in man/systemd-run.xml and > test/test-execute/exec-basic.service. The later has a line: > > ExecStart=touch /tmp/a ; /bin/touch

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-18 Thread Bruce Dubbs via blfs-dev
On 11/18/2018 11:49 AM, DJ Lucas via blfs-dev wrote: On November 18, 2018 1:41:07 AM CST, Bruce Dubbs via blfs-dev wrote: On 11/17/2018 11:51 PM, DJ Lucas via blfs-dev wrote: The only mention of touch in rc is if [ "$runlevel" == "6" -a -n "${FASTBOOT}" ]; then touch /fastboot fi

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-18 Thread DJ Lucas via blfs-dev
On November 18, 2018 1:41:07 AM CST, Bruce Dubbs via blfs-dev wrote: >On 11/17/2018 11:51 PM, DJ Lucas via blfs-dev wrote: > >The only mention of touch in rc is > >if [ "$runlevel" == "6" -a -n "${FASTBOOT}" ]; then >touch /fastboot >fi > >So that uses the PATH and is only used when

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-17 Thread Bruce Dubbs via blfs-dev
On 11/17/2018 11:51 PM, DJ Lucas via blfs-dev wrote: On 11/17/2018 11:00 PM, Bruce Dubbs via blfs-dev wrote: On 11/17/2018 08:34 PM, DJ Lucas via blfs-dev wrote: Sorry for multiple messages, moving to LFS-Dev. All of the ones that we have separate should be moved into the section above.

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-17 Thread DJ Lucas via blfs-dev
On 11/17/2018 11:00 PM, Bruce Dubbs via blfs-dev wrote: On 11/17/2018 08:34 PM, DJ Lucas via blfs-dev wrote: Sorry for multiple messages, moving to LFS-Dev. All of the ones that we have separate should be moved into the section above. /bin/sleep is used in init-functions (as well as

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-17 Thread Bruce Dubbs via blfs-dev
On 11/17/2018 08:34 PM, DJ Lucas via blfs-dev wrote: On 11/17/2018 04:56 PM, Xi Ruoyao via lfs-dev wrote: systemd-239 test suite fails in BLFS: exec-basic.service: Executing: /bin/touch /tmp/b exec-basic.service: Failed to execute command: No such file or directory We can list `touch` as

Re: [blfs-dev] [lfs-dev] systemd-239 testsuite assumes "/bin/touch"

2018-11-17 Thread DJ Lucas via blfs-dev
On 11/17/2018 04:56 PM, Xi Ruoyao via lfs-dev wrote: systemd-239 test suite fails in BLFS: exec-basic.service: Executing: /bin/touch /tmp/b exec-basic.service: Failed to execute command: No such file or directory We can list `touch` as "a Coreutils programs expected by BLFS packages to be