~spuul/nginx/trunk

« back to all changes in this revision

Viewing changes to debian/nginx-naxsi.postinst

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-02-15 03:05:42 UTC
  • mfrom: (4.3.10 sid)
  • Revision ID: package-import@ubuntu.com-20140215030542-71ubtowl24vf7nfn
Tags: 1.4.5-1ubuntu1
* Resynchronise with Debian (LP: #1280511).  Remaining changes:
  - debian/patches/ubuntu-branding.patch:
    + Add Ubuntu branding to server_tokens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
      NGX_OLD_PID=`cat /run/nginx.pid.oldbin`
28
28
      kill -s QUIT $NGX_OLD_PID
29
29
    fi
 
30
  else
 
31
    invoke-rc.d nginx start || exit $?
30
32
  fi
31
33
fi
32
34