blob: 2d08f8db08c63bbd0ba55e88d7971e1c1713a025 (
plain) (
blame)
1
2
3
4
|
bin/sqmgrlog
@unexec if cmp -s %D/etc/sqmgrlog.conf.dist %D/etc/sqmgrlog.conf; then rm -f %D/etc/sqmgrlog.conf; fi
etc/sqmgrlog.conf.dist
@exec if [ ! -f %D/etc/sqmgrlog.conf ]; then cp %D/etc/%f %D/etc/sqmgrlog.conf; fi
|