]> git.pld-linux.org Git - packages/samba.git/commitdiff
- Release 13.
authormkochano <mkochano@pld-linux.org>
Sat, 14 Oct 2000 21:30:08 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Added mksmbpasswd.sh used to convert /etc/passwd to /etc/smbpasswd.

Changed files:
    samba.spec -> 1.45

samba.spec

index 0c68b25ae389aa171890de9f342908ae6088da48..eeeee1a40602a2716f0131e013b8aa6841c055e9 100644 (file)
@@ -9,7 +9,7 @@ Summary(it):    Client e server SMB
 Summary(tr):   SMB istemci ve sunucusu
 Name:          samba
 Version:       2.0.6
-Release:       12
+Release:       13
 License:       GPL
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Serwery
@@ -162,7 +162,12 @@ install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,pam.d,security,sysconfig
        $RPM_BUILD_ROOT/{var/{lock,log,log/archiv,spool},home}/samba \
        $RPM_BUILD_ROOT/sbin 
 
-(cd source; make install DESTDIR=$RPM_BUILD_ROOT)
+(
+       cd source
+       make install DESTDIR=$RPM_BUILD_ROOT
+
+       install script/mksmbpasswd.sh /$RPM_BUILD_ROOT%{_sbindir}
+)
 
 ln -sf %{_bindir}/smbmount $RPM_BUILD_ROOT/sbin/mount.smbfs 
 
@@ -238,6 +243,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_sbindir}/nmbd
 %attr(755,root,root) %{_sbindir}/smbd
+%attr(755,root,root) %{_sbindir}/mksmbpasswd.sh
 
 %dir %{_sysconfdir}
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/smb.conf
This page took 0.036383 seconds and 4 git commands to generate.