~andreserl/maas/pkg_1.9b2

« back to all changes in this revision

Viewing changes to debian/extras/maas-proxy-common.sh

  • Committer: MAAS Lander
  • Author(s): Andres Rodriguez
  • Date: 2015-08-13 10:04:26 UTC
  • mfrom: (419.1.2 packaging)
  • Revision ID: maas_lander-20150813100426-lq2951hha503ud38
[r=allenap][bug=1482859][author=andreserl] Move /etc/maas/maas-proxy.conf to /usr/share/maas/maas-proxy.conf as
this is not a config we want users to modify. (LP: #1482859)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
   chown -R proxy:proxy /var/log/maas/proxy
17
17
  fi
18
18
  if [ ! -d /var/cache/maas-proxy/00 ]; then
19
 
   $SQUID -z -N -f /etc/maas/maas-proxy.conf
 
19
   $SQUID -z -N -f /usr/share/maas/maas-proxy.conf
20
20
  fi
21
21
}