sendmail/sendmail.nm-dispatcher
Miroslav Lichvar e861a83e20 - add NM dispatcher script (#451575)
- print warning on service start when sendmail-cf is required (#447148)
- replace Makefile with shell script to avoid dependency on make (#467841)
- fix multiarch conflicts (#343161)
- preserve timestamps on config files
- gzip RELEASE_NOTES
- defuzz patches
- drop gcc2690 patch
2008-12-03 18:29:05 +00:00

6 lines
96 B
Bash

#!/bin/sh
if [ "$2" = "up" ] || [ "$2" = "down" ]; then
/sbin/service sendmail reload || :
fi