Make sure nmb and smb initscripts return LSB compliant return codes

resolves: #521095

Guenther
This commit is contained in:
Guenther Deschner 2010-05-12 20:43:28 +00:00
parent 5f3ddfa0c7
commit e9e1cb071f
3 changed files with 4 additions and 2 deletions

View File

@ -71,7 +71,7 @@ reload() {
}
rhstatus() {
status nmbd
status -l nmb nmbd
return $?
}

View File

@ -656,6 +656,8 @@ exit 0
%changelog
* Wed May 12 2010 Guenther Deschner <gdeschner@redhat.com> - 3.4.8-59
- Update to 3.4.8
- Make sure nmb and smb initscripts return LSB compliant return codes
- resolves: #521095
* Mon Mar 08 2010 Simo Sorce <ssorce@redhat.com> - 3.4.7-58
- Security update to 3.4.7

View File

@ -71,7 +71,7 @@ reload() {
}
rhstatus() {
status smbd
status -l smb smbd
return $?
}