diff options
Diffstat (limited to 'x11/cups/cupsd.initd')
-rw-r--r-- | x11/cups/cupsd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/cups/cupsd.initd b/x11/cups/cupsd.initd index e5529eeccc..f59e27b4c4 100644 --- a/x11/cups/cupsd.initd +++ b/x11/cups/cupsd.initd @@ -2,7 +2,7 @@ depend() { use net - @neededservices@ + need dbus before nfs after logger } |