Date: Tue, 6 Jul 2004 00:57:13 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3-server Makefile ports/net/isc-dhcp3-server/files isc-dhcpd.sh.sample Message-ID: <200407060057.i660vDQN097835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2004-07-06 00:57:13 UTC FreeBSD ports repository Modified files: net/isc-dhcp3-server Makefile net/isc-dhcp3-server/files isc-dhcpd.sh.sample Log: - minor changes: Makefile configure-package added to post-install .ORDER added files/isc-dhcpd.sh.sample some debug() added precious() test inverted lsmod() added safe_chmod() fixed (don't chown .../dev if mounted) safe_mkdir() fixed (don't create .../dev if mounted) check_chuser() fixed (-z "${var}" instead of -z ${var}) setup_umask() fixed (dhcpd_umask -> dhcpd_withumask) dhcpd_stop() fixed (sh $0 force... instead of $0 ...) _dhcpd__uninstall() added dhcpd_uninstall() recursively called to handle all the combinations of dhcpd_chuser_enable and dhcpd_chroot_enable $__dhcpd_uninstall added $_dhcpd_piddir and $_dhcpd_leaddir -> $__dhcpd_* Closes PR: ports/68647 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Revision Changes Path 1.99 +13 -5 ports/net/isc-dhcp3-server/Makefile 1.7 +99 -25 ports/net/isc-dhcp3-server/files/isc-dhcpd.sh.sample
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407060057.i660vDQN097835>