aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-schedules.h
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-09-14 18:24:31 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-09-14 18:24:39 -0500
commitb0a077a35f85e266fdb82a245dcbda18664a8567 (patch)
treec2edf38310bd2e3a1d0ef5d9e4367780731755f4 /src/rc/rc-schedules.h
parent6a5ca2ab368d0a85f51bb559672dba2e3ffcc6be (diff)
add quiet switch to do_stop in src-schedules.c
This allows supervise-daemon to run this code without attempting to print some status messages used by start-stop-daemon.
Diffstat (limited to 'src/rc/rc-schedules.h')
-rw-r--r--src/rc/rc-schedules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-schedules.h b/src/rc/rc-schedules.h
index a42ea0e3..234e62df 100644
--- a/src/rc/rc-schedules.h
+++ b/src/rc/rc-schedules.h
@@ -18,7 +18,7 @@ void free_schedulelist(void);
int parse_signal(const char *applet, const char *sig);
void parse_schedule(const char *applet, const char *string, int timeout);
int do_stop(const char *applet, const char *exec, const char *const *argv,
- pid_t pid, uid_t uid,int sig, bool test);
+ pid_t pid, uid_t uid,int sig, bool test, bool quiet);
int run_stop_schedule(const char *applet,
const char *exec, const char *const *argv,
pid_t pid, uid_t uid,