This website requires JavaScript.
Explore
Help
Sign In
rpms
/
sendmail
Watch
7
Star
0
Fork
0
You've already forked sendmail
Code
Issues
Pull Requests
Releases
Activity
af890f9862
sendmail
/
sendmail.nm-dispatcher
8 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- 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
#!/bin/sh
- updated sendmail.nm-dispatcher script to handle VPN connections (#577540)
2010-08-25 11:54:58 +00:00
case "$2" in
up|down|vpn-up|vpn-down)
/sbin/service sendmail reload || :
;;
esac
Reference in New Issue
Copy Permalink