- modify cifs init script to use /var/run instead of /var/lock/subsys for

state file; (bnc#697218).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=34
This commit is contained in:
Suresh Jayaraman 2011-06-22 10:46:01 +00:00 committed by Git OBS Bridge
parent cb77f082b3
commit 2deaba9de8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 22 10:42:54 UTC 2011 - sjayaraman@suse.de
- modify cifs init script to use /var/run instead of /var/lock/subsys for
state file; (bnc#697218).
-------------------------------------------------------------------
Tue Mar 8 08:51:37 UTC 2011 - sjayaraman@suse.de

View File

@ -45,7 +45,7 @@ rc_reset
LC_ALL=en_US
CIFSTAB="/etc/samba/cifstab"
SMB_CONF="/etc/samba/smb.conf"
CIFS_STATE_FILE="/var/lock/subsys/cifs"
CIFS_STATE_FILE="/var/run/cifs"
SLEEP=1
TIMEOUT=10