mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sys-cluster/pcs-0.11.2: fix bashism
Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ command_args="${pcsd_args}"
|
||||
PIDFILE=/var/run/$name.pid
|
||||
|
||||
# load defaults
|
||||
if [ -f /etc/default/pcsd ]; then source /etc/default/pcsd; fi
|
||||
if [ -f /etc/default/pcsd ]; then . /etc/default/pcsd; fi
|
||||
|
||||
depend() {
|
||||
need net pcsd
|
||||
|
||||
Reference in New Issue
Block a user