Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
280747fa
Commit
280747fa
authored
Sep 20, 2000
by
Andreas Gustafsson
Browse files
477. [bug] The the isc-config.sh script could be installed before
its directory was created. [RT
#324
]
parent
a0d172f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
280747fa
477. [bug] The the isc-config.sh script could be installed before
its directory was created. [RT #324]
476. [bug] A zone could expire while a zone transfer was in
476. [bug] A zone could expire while a zone transfer was in
progress triggering a INSIST failure. [RT #329]
progress triggering a INSIST failure. [RT #329]
...
...
Makefile.in
View file @
280747fa
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.3
1
2000/09/20 1
7:51:08
gson Exp $
# $Id: Makefile.in,v 1.3
2
2000/09/20 1
8:05:33
gson Exp $
srcdir
=
@srcdir@
srcdir
=
@srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
...
@@ -31,7 +31,12 @@ distclean::
...
@@ -31,7 +31,12 @@ distclean::
rm
-f
libtool isc-config.sh
rm
-f
libtool isc-config.sh
rm
-f
util/conf.sh
rm
-f
util/conf.sh
install
::
isc-config.sh
installdirs
:
if
[
!
-d
${DESTDIR}${bindir}
]
;
then
\
mkdir
${DESTDIR}${bindir}
;
\
fi
install
::
isc-config.sh installdirs
${INSTALL_PROGRAM}
isc-config.sh
${DESTDIR}${bindir}
${INSTALL_PROGRAM}
isc-config.sh
${DESTDIR}${bindir}
tags
:
tags
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment