diff --git a/nmb.init b/nmb.init index af07ab7..30f445d 100644 --- a/nmb.init +++ b/nmb.init @@ -1,7 +1,7 @@ #!/bin/sh # # chkconfig: - 91 35 -# description: Starts and stops the Samba smbd and nmbd daemons \ +# description: Starts and stops the Samba nmbd daemon \ # used to provide SMB network services. # # pidfile: /var/run/samba/nmbd.pid diff --git a/samba.spec b/samba.spec index 6d1ef7a..f603d61 100644 --- a/samba.spec +++ b/samba.spec @@ -1,4 +1,4 @@ -%define main_release 75 +%define main_release 76 %define samba_version 3.5.8 %define tdb_version 1.2.1 %define talloc_version 2.0.1 @@ -669,6 +669,10 @@ exit 0 %{_datadir}/pixmaps/samba/logo-small.png %changelog +* Fri Apr 01 2011 Guenther Deschner - 3.5.8-76 +- Fix nmb init script description +- resolves: #551631 + * Tue Mar 22 2011 Guenther Deschner - 3.5.8-75 - Fix broken smb.conf.5 manpage - resolves: #689605