diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-08-25 12:02:58 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-08-25 12:02:58 +0000 |
commit | 20b17ff3de68be1377183b71867b97cabf43f566 (patch) | |
tree | 1b0278e8aa695682cd7a38eb3d74fded8a1d85fa /UPDATING | |
parent | eefc3f4c5f522cc50ee3dbaa35e271a73a804c0e (diff) |
- Update to 3.0.5rc1
- New USE_RC_SUBR order
- Stop daemons on ports deinstall. (Add note in UPDATING about this)
PR: ports/102489
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=171378
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -9,6 +9,19 @@ upgrades. 20060818: + AFFECTS: users of net/isc-dhcp3-server or net/isc-dhcp3-relay + AUTHOR: Joerg.Pulz@frm2.tum.de + + Starting with version 3.0.5rc1 of the ISC DHCPD package, any running + "dhcpd" or "dhcrelay" processes are stopped automatically when the port + gets deinstalled. + Please remember to start the services again manually, in case you upgrade + from version 3.0.5rc1 or newer to any other version. + Due to the better use of the USE_RC_SUBR framework, the rc script name may + change from isc-dhcpd.sh or isc-dhcrelay.sh to isc-dhcpd or isc-dhcrelay + depending on the FreeBSD version you use. + +20060818: AFFECTS: users of www/gallery2 AUTHOR: miwi@FreeBSD.org |