blob: 542a9139e26aed67ae48d16e36351506089fb037 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
#
# $FreeBSD$
#
mv ${WRKSRC}/support/config.h.dist ${WRKSRC}/support/config.h.dist.bak.2
sed <${WRKSRC}/support/config.h.dist.bak.2 >${WRKSRC}/support/config.h.dist s+!!SYSLOG_FACILITY!!+$SYSLOG_FACILITY+g
|