summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2001-07-27 05:18:53 +0000
committerJohn Terpstra <jht@samba.org>2001-07-27 05:18:53 +0000
commitd9e5bdbd67f5ebd175c9024ea0ef2e623ae54c84 (patch)
tree164e08f1573e96169b9b2827cbc47683eaaf419e
parente915389b05e18bde37925dd6ae3aba7ed66faac9 (diff)
downloadsamba-d9e5bdbd67f5ebd175c9024ea0ef2e623ae54c84.tar.gz
samba-d9e5bdbd67f5ebd175c9024ea0ef2e623ae54c84.tar.xz
samba-d9e5bdbd67f5ebd175c9024ea0ef2e623ae54c84.zip
Fixed path for new /etc/samba directory.
-rwxr-xr-xpackaging/PHT/TurboLinux/smb.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/PHT/TurboLinux/smb.init b/packaging/PHT/TurboLinux/smb.init
index 6529977d236..260439281a3 100755
--- a/packaging/PHT/TurboLinux/smb.init
+++ b/packaging/PHT/TurboLinux/smb.init
@@ -14,7 +14,7 @@
[ ${NETWORKING} = "no" ] && exit 0
# Check that smb.conf exists.
-[ -f /etc/smb.conf ] || exit 0
+[ -f /etc/samba/smb.conf ] || exit 0
# See how we were called.
case "$1" in