From 28d78a533f3f3fe5ebbcc679ee650a24cd83774f Mon Sep 17 00:00:00 2001 From: Chris Efant Date: Tue, 2 Sep 2003 00:42:56 +0000 Subject: [PATCH] Sirkull : Bind didn't install an init, this fixes that. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1289 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 3 ++- package/base/bind/bind.conf | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 2560182e0..39913b5aa 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -8,7 +8,8 @@ - updated esound, curl and ncftp - Juergen Sawinski: various gcc33 fixes, added gnuplot U tag, additional packages for the jsaw repository - - Sirkull: updates and additions to the sirkull repository + - Sirkull: updates and additions to the sirkull repository, fixed bind to + install the init script *) 2003-08-31 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/package/base/bind/bind.conf b/package/base/bind/bind.conf index c94c5fc0f..4a2bc0a62 100644 --- a/package/base/bind/bind.conf +++ b/package/base/bind/bind.conf @@ -35,3 +35,6 @@ bind_inst_doc() { } postmake="bind_inst_doc" + +hook_add postmake 3 "install_init bind $confdir/bind.init" +