~ubuntu-branches/ubuntu/maverick/squid/maverick

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-09-22 13:02:47 UTC
  • Revision ID: james.westby@ubuntu.com-20100922130247-z8y94q5wwoos3a0n
Tags: 2.7.STABLE9-2ubuntu4
debian/postinst: Start squid when we install it. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
 
186
186
if status squid | grep "start/running" > /dev/null; then
187
187
        restart squid
 
188
else
 
189
        start squid
188
190
fi
189
191
 
190
192
if [ "$FIXLINES" = "false" ]; then