Browse Source

Sirkull <rock@sirkull.org>:

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
rocklinux
Chris Efant 21 years ago
parent
commit
28d78a533f
2 changed files with 5 additions and 1 deletions
  1. +2
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -0
      package/base/bind/bind.conf

+ 2
- 1
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)

+ 3
- 0
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"

Loading…
Cancel
Save