path: gparted_1.8.0-1/gparted.in for k in '' `echo "$PATH" | sed 's,:, ,g'`; do if test -x "$k/hal-lock"; then if pidof hald 1> /dev/null; then HAVE_HAL_LOCK=yes break path: gparted_1.8.0-1/gparted.in # Only permit one instance of GParted to execute at a time # if pidof gpartedbin 1> /dev/null; then echo "The process gpartedbin is already running." echo "Only one gpartedbin process is permitted." path: gparted_1.8.0-1/gparted.in /usr/lib/udisks2/udisks2-inhibit; do if test -x $k; then if pidof udisksd 1> /dev/null; then HAVE_UDISKS2_INHIBIT=yes UDISKS2_INHIBIT_BIN=$k path: gparted_1.8.0-1/gparted.in for k in '' `echo "$PATH" | sed 's,:, ,g'`; do if test -x "$k/udisks"; then if pidof udisks-daemon 1> /dev/null; then HAVE_UDISKS=yes break path: gparted_1.8.0-1/gparted.in for k in '' `echo "$PATH" | sed 's,:, ,g'`; do if test -x "$k/systemctl"; then if pidof systemd 1> /dev/null; then HAVE_SYSTEMCTL=yes break