mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
e03b25a564
On debian, systemd complains about missing /bin/awk because it actually is located at /usr/bin/awk. It is not a good idea to hardcode binary paths because different linux distros use different paths. According to systemd's man page it is absolutely safe to miss paths for binaries located at standard locations (/bin, /sbin, /usr/bin, ...). Further, replace this more or less complicated awk command by grep. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Issue #8510 |
||
---|---|---|
.. | ||
.gitignore | ||
50-zfs.preset.in | ||
Makefile.am | ||
zfs-import-cache.service.in | ||
zfs-import-scan.service.in | ||
zfs-import.target.in | ||
zfs-mount.service.in | ||
zfs-share.service.in | ||
zfs-zed.service.in | ||
zfs.target.in |