You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-pi...

12 lines
329 B

--- baselayout-1.12.5/sbin/rc-daemon.sh 2007-10-18 19:15:34 +0400
+++ baselayout-1.12.5/sbin/rc-daemon.sh 2007-10-18 19:20:32 +0400
@@ -186,7 +186,7 @@
args="${args} '"${arg}"'"
done
- eval /bin/pidof -x ${args}
+ eval @GENTOO_PORTAGE_EPREFIX@/bin/pidof -x ${args}
}
# bool is_daemon_running(char* cmd, char* pidfile)