blob: 0788c52f07a3513588560c1befa5893f95324171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat <<END
>>> This package expects your @VERS@ device to run distccd on port @PORT@
Adjust DISTCC_ARGS in /etc/conf.d/distccd on your @VERS@ device to match this
ie: DISTCC_ARGS=" ... --port @PORT@ ..."
Remember to define the new port in DISTCC_HOSTS in /etc/makepkg.conf as well
ie: DISTCC_HOSTS="localhost:@PORT@ foo:@PORT@ bar:@PORT@"
END
}
|