Revision: 25666 http://sourceforge.net/p/gar/code/25666 Author: lblume Date: 2016-04-16 12:50:17 +0000 (Sat, 16 Apr 2016) Log Message: ----------- samba/branches/samba3: Use the same pidfile check for winbind
Modified Paths: -------------- csw/mgar/pkg/samba/branches/samba3/files/cswwinbind Modified: csw/mgar/pkg/samba/branches/samba3/files/cswwinbind =================================================================== --- csw/mgar/pkg/samba/branches/samba3/files/cswwinbind 2016-04-16 12:27:55 UTC (rev 25665) +++ csw/mgar/pkg/samba/branches/samba3/files/cswwinbind 2016-04-16 12:50:17 UTC (rev 25666) @@ -22,7 +22,7 @@ ;; stop) echo "Stopping Winbind..." - pkill winbindd + [ -f @SMBLOCKDIR@/winbindd.pid ] && kill "`cat @SMBLOCKDIR@/winbindd.pid`" ;; restart) $0 stop This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.