summarylogtreecommitdiffstats
path: root/readme.in
blob: c7c4238d9eefdaeb15b5d1e78a247875ac317b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

post_install() {
  echo '--> This package expects your @VERS@ device to run distccd on port @PORT@'
  echo '--> Adjust DISTCC_ARGS in /etc/conf.d/distccd on your @VERS@ device to match this'
  echo '--> ie: DISTCC_ARGS=" ... --port @PORT@ ..."'
}

post_upgrade() {
  # change occurred on version 7.2.1-4 so warn users of older versions
  if [ $(vercmp	7.2.1-4 $2) -eq 1 ]; then
    post_install
  fi
}