commit 241ae8f23b3a4f496f73b400dd5471602b0c73cf
Author: Jan RÄ™korajski <[email protected]>
Date:   Mon Aug 12 13:27:11 2013 +0200

    - fix daemon executable in samba init script
    - rel 2

 samba.init  | 2 +-
 samba4.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/samba4.spec b/samba4.spec
index 6f831a2..cdcb916 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -18,7 +18,7 @@ Summary:      Active Directory server
 Summary(pl.UTF-8):     Serwer Active Directory
 Name:          samba4
 Version:       4.0.8
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v3
 Group:         Networking/Daemons
diff --git a/samba.init b/samba.init
index b1b7ea8..d6a8cf2 100644
--- a/samba.init
+++ b/samba.init
@@ -37,7 +37,7 @@ start() {
        fi
 
        msg_starting "Samba AD Server"
-       daemon /usr/sbin/smbd $SAMBAOPTIONS
+       daemon /usr/sbin/samba $SAMBAOPTIONS
        RETVAL=$?
        if [ $RETVAL -eq 0 ]; then
                touch /var/lock/subsys/samba
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/samba4.git/commitdiff/241ae8f23b3a4f496f73b400dd5471602b0c73cf

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to