Hrm, well, my piece (/sbin/service) is relatively simple...

--- service     2009-09-21 22:43:59.182778022 -0700
+++ service.orig        2009-09-21 22:43:41.379105547 -0700
@@ -118,7 +118,7 @@ done
 if [ -r "/etc/init/${SERVICE}.conf" ]; then
    # Upstart configuration exists for this job
    case "${ACTION}" in
-      start|stop|restart|status|reload|force-reload)
+      start|stop|restart|status)
          # Action is a valid upstart action
          exec ${ACTION} ${SERVICE} ${OPTIONS}
       ;;


However, this would require Upstart to natively support the reload and 
force-reload actions in the same manner as start, stop, restart, and status... 
as scripts (or symlinks) in /sbin/reload and /sbin/force-reload.

So I'll add a sysvinit-utils task, assign that to myself.

But I'm going to reassign the upstart bit to Scott.  Hopefully you can
add reload and force-reload to /sbin/initctl, and install the proper
symlinks.

:-Dustin

** Also affects: sysvinit (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: sysvinit (Ubuntu)
       Status: New => Triaged

** Changed in: sysvinit (Ubuntu)
   Importance: Undecided => Medium

** Changed in: upstart (Ubuntu)
     Assignee: Dustin Kirkland (kirkland) => Scott James Remnant (scott)

** Changed in: sysvinit (Ubuntu)
     Assignee: (unassigned) => Dustin Kirkland (kirkland)

-- 
“service foo reload” complains about using the init script and recommends using 
service
https://bugs.launchpad.net/bugs/433544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to