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