diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-01 11:56:08 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-01 11:56:08 +0000 |
commit | 62ce28e8d5f414d1728ec9e592f13dbccec10bad (patch) | |
tree | c11b0a48932e64be529c1574abe42557c24ee4b7 /packaging/Mandrake/smb.init | |
parent | f991e9b9d16c236c93894aecc34bbd471fb03757 (diff) | |
download | samba-62ce28e8d5f414d1728ec9e592f13dbccec10bad.tar.gz samba-62ce28e8d5f414d1728ec9e592f13dbccec10bad.tar.xz samba-62ce28e8d5f414d1728ec9e592f13dbccec10bad.zip |
sync with SAMBA_2_2
(This used to be commit 81b3af71d5c9ccd20d7e7303becc35bff30c39b4)
Diffstat (limited to 'packaging/Mandrake/smb.init')
-rwxr-xr-x | packaging/Mandrake/smb.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Mandrake/smb.init b/packaging/Mandrake/smb.init index 31b2deee57c..8855f04efba 100755 --- a/packaging/Mandrake/smb.init +++ b/packaging/Mandrake/smb.init @@ -20,7 +20,7 @@ fi [ ${NETWORKING} = "no" ] && exit 0 # Check that smb.conf exists. -[ -f /etc/smb.conf ] || exit 0 +[ -f /etc/samba/smb.conf ] || exit 0 RETVAL=0 |