diff options
author | Stefan Fritsch <sf@debian.org> | 2007-07-19 20:26:03 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:45 +0100 |
commit | b7d5773d7d579b4243c722f3a2fd099befabe0c4 (patch) | |
tree | 1038428e4d943481156cf882901519cbe0907c93 /debian | |
parent | 32db52e38e9329f0956beb3ebbfcc482d1363525 (diff) | |
download | apache2-b7d5773d7d579b4243c722f3a2fd099befabe0c4.tar.gz |
actually include the init script by renaming the source file
(due to changing from dh_installinit --init-script to --name)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@434 01b336ce-410b-0410-9a02-a0e7f243c266
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apache2.2-common.apache2.init (renamed from debian/apache2.2-common.init.d) | 0 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.2-common.init.d b/debian/apache2.2-common.apache2.init index 544a7a4c..544a7a4c 100644 --- a/debian/apache2.2-common.init.d +++ b/debian/apache2.2-common.apache2.init diff --git a/debian/rules b/debian/rules index 5e03eca6..1b306d2f 100755 --- a/debian/rules +++ b/debian/rules @@ -256,7 +256,7 @@ binary-arch: install dh_installchangelogs -a CHANGES rm -f debian/apache2-dbg/usr/share/doc/apache2-dbg/changelog rm -f debian/apache2-dbg/usr/share/doc/apache2-dbg/NEWS.Debian - dh_installinit -a -r --name=apache2 debian/apache2.2-common.init.d -- start 91 09 + dh_installinit -a -r --name=apache2 -- start 91 09 dh_installcron -a -r --name=apache2 dh_strip -a --dbg-package=apache2-dbg -Napache2-mpm-worker -Napache2-mpm-event -Napache2-mpm-prefork -Napache2-dbg dh_link -a |