cvs commit: ports/net/isc-dhcp3-server Makefile ports/net/isc-dhcp3-server/files isc-dhcpd.sh.sample

Pav Lucistnik pav at FreeBSD.org
Mon Jul 5 17:57:13 PDT 2004


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 at 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


More information about the cvs-ports mailing list