mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
b663f63a5f
Add pkg-message Add rc.setiathome.conf Make messages go through syslog PACKAGE_BUILDING replaced by BATCH PKGMESSAGE and PKGDEINSTALL added PR: 29943 Submitted by: maintainer
7 lines
320 B
Plaintext
7 lines
320 B
Plaintext
sbin/setiathome
|
|
@unexec if cmp -s %D/etc/rc.setiathome.conf %D/etc/rc.setiathome.conf.sample; then rm -f %D/etc/rc.setiathome.conf; fi
|
|
etc/rc.setiathome.conf.sample
|
|
@exec [ -f %D/etc/rc.setiathome.conf ] || cp %D/etc/rc.setiathome.conf.sample %D/etc/rc.setiathome.conf
|
|
etc/rc.d/setiathome.sh
|
|
%%X11PORTS%%bin/xsetiathome
|