Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2010 19:06:00 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc/rc.d named
Message-ID:  <201001011906.o01J6Jw7013618@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2010-01-01 19:06:00 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             named 
  Log:
  SVN rev 201367 on 2010-01-01 19:06:00Z by dougb
  
  The script hard-coded the assumption that the "configuration directory"
  would be "/etc/namedb" in a number of places. Since the user may make
  a different choice, introduce a new internal variable, named_confdir
  that is generated relative to the location of $named_conf.
  
  While this will work for some things (especially a highly customized
  build from ISC source) there are still a number of places where
  /etc/namedb is assumed that it is not easily virtualized (E.g., mtree).
  If you deviate from the defaults you'd better know what you're doing. :)
  
  Revision  Changes    Path
  1.33      +21 -20    src/etc/rc.d/named



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001011906.o01J6Jw7013618>