This website requires JavaScript.
Explore
Help
Sign In
rpms
/
postfix
Watch
7
Star
0
Fork
0
You've already forked postfix
Code
Issues
Pull Requests
Releases
Activity
75d2d6cce7
postfix
/
postfix-chroot-update
5 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed systemd error message about missing chroot-update
2012-09-06 13:14:55 +00:00
#!/bin/bash
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
Fixed systemd error message regarding chroot-update, patch provided by John Heidemann <johnh@isi.edu> Resolves: rhbz#917463
2013-05-23 11:49:58 +00:00
exit 0
Reference in New Issue
Copy Permalink