summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-05-21 05:42:26 +0000
committerGerald Carter <jerry@samba.org>2001-05-21 05:42:26 +0000
commitbcb832be0263f3b1dee3d86f48347cb38a1264e7 (patch)
tree358f3021778bf5918cf41f7651b42a796fc91265
parent1d4df727dff8eeca2a246ca22fab53090a027656 (diff)
downloadsamba-bcb832be0263f3b1dee3d86f48347cb38a1264e7.tar.gz
samba-bcb832be0263f3b1dee3d86f48347cb38a1264e7.tar.xz
samba-bcb832be0263f3b1dee3d86f48347cb38a1264e7.zip
making sure all the /etc/samba paths are consistent
-rwxr-xr-xpackaging/Mandrake/smb.init2
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