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
6 lines
320 B
Text
6 lines
320 B
Text
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
|