From 68997d157c4163b3a4e101f3af34b6dbf4ebce8c2f1c6c21fb6438db51a838f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 25 Feb 2013 13:43:53 +0000 Subject: [PATCH] Move the cifs init script nfs dependencies from Required to Should. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=84 --- cifs-utils.changes | 5 +++++ cifs.init | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cifs-utils.changes b/cifs-utils.changes index 94626e3..2d1cb82 100644 --- a/cifs-utils.changes +++ b/cifs-utils.changes @@ -229,6 +229,11 @@ Tue Mar 8 08:51:37 UTC 2011 - sjayaraman@suse.de + cifs-utils: infrastructure for stashing passwords in keyring. + cifs-utils: moving resolve_host into separate file. +------------------------------------------------------------------- +Fri Jan 14 15:22:51 CET 2011 - lmuelle@suse.de + +- Move the cifs init script nfs dependencies from Required to Should. + ------------------------------------------------------------------- Tue Dec 7 13:31:05 UTC 2010 - toganm@opensuse.org diff --git a/cifs.init b/cifs.init index 266ab9f..beac1db 100644 --- a/cifs.init +++ b/cifs.init @@ -26,9 +26,9 @@ ### BEGIN INIT INFO # Provides: cifs # Required-Start: $network $syslog -# Should-Start: nmb +# Should-Start: nfs nmb # Required-Stop: $network $syslog -# Should-Stop: nmb +# Should-Stop: nfs nmb # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Import remote SMB/ CIFS (MS Windows) file systems