Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
633
Issues
633
List
Boards
Labels
Service Desk
Milestones
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
f91dc72b
Commit
f91dc72b
authored
Feb 04, 2001
by
Brian Wellington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
725. [bug] Installing man pages could fail.
parent
2bd433da
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
12 deletions
+14
-12
CHANGES
CHANGES
+2
-0
bin/check/Makefile.in
bin/check/Makefile.in
+2
-2
bin/dnssec/Makefile.in
bin/dnssec/Makefile.in
+2
-2
bin/named/Makefile.in
bin/named/Makefile.in
+2
-2
bin/nsupdate/Makefile.in
bin/nsupdate/Makefile.in
+2
-2
bin/rndc/Makefile.in
bin/rndc/Makefile.in
+3
-3
lib/lwres/man/Makefile.in
lib/lwres/man/Makefile.in
+1
-1
No files found.
CHANGES
View file @
f91dc72b
725. [bug] Installing man pages could fail.
724. [func] New libisc functions isc_netaddr_any(),
isc_netaddr_any6().
...
...
bin/check/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.
8 2001/02/02 18:53:00 sjacob
Exp $
# $Id: Makefile.in,v 1.
9 2001/02/04 15:52:36 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -64,4 +64,4 @@ installdirs:
install
::
named-checkconf named-checkzone installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkconf
${DESTDIR}${sbindir}
${LIBTOOL}
${INSTALL_PROGRAM}
named-checkzone
${DESTDIR}${sbindir}
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
bin/dnssec/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
6 2001/02/02 18:53:03 sjacob
Exp $
# $Id: Makefile.in,v 1.1
7 2001/02/04 15:52:38 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -81,4 +81,4 @@ installdirs:
install
::
${TARGETS} installdirs
for
t
in
${TARGETS}
;
do
${LIBTOOL}
${INSTALL_PROGRAM}
$$
t
${DESTDIR}${sbindir}
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
bin/named/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.6
6 2001/02/01 23:22:13 sjacob
Exp $
# $Id: Makefile.in,v 1.6
7 2001/02/04 15:52:39 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -103,4 +103,4 @@ installdirs:
install
::
named lwresd installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
named
${DESTDIR}${sbindir}
(
cd
${DESTDIR}${sbindir}
;
rm
-f
lwresd
;
@LN@ named lwresd
)
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man8
;
done
bin/nsupdate/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
2 2001/02/02 18:53:04 sjacob
Exp $
# $Id: Makefile.in,v 1.1
3 2001/02/04 15:52:40 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -66,4 +66,4 @@ installdirs:
install
::
nsupdate installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
nsupdate
${DESTDIR}${bindir}
${INSTALL_
PROGRAM
}
nsupdate.8
${DESTDIR}${mandir}
/man8
${INSTALL_
DATA
}
nsupdate.8
${DESTDIR}${mandir}
/man8
bin/rndc/Makefile.in
View file @
f91dc72b
...
...
@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.1
7 2001/02/02 18:53:05 sjacob
Exp $
# $Id: Makefile.in,v 1.1
8 2001/02/04 15:52:41 bwelling
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -65,8 +65,8 @@ installdirs:
install
::
rndc installdirs
${LIBTOOL}
${INSTALL_PROGRAM}
rndc
${DESTDIR}${sbindir}
${INSTALL_
PROGRAM
}
rndc.8
${DESTDIR}${mandir}
/man8
${INSTALL_
PROGRAM
}
rndc.conf.5
${DESTDIR}${mandir}
/man5
${INSTALL_
DATA
}
rndc.8
${DESTDIR}${mandir}
/man8
${INSTALL_
DATA
}
rndc.conf.5
${DESTDIR}${mandir}
/man5
clean distclean
::
rm
-f
${TARGETS}
lib/lwres/man/Makefile.in
View file @
f91dc72b
...
...
@@ -54,4 +54,4 @@ installdirs:
$(SHELL)
${top_srcdir}
/mkinstalldirs
${DESTDIR}${mandir}
/man3
install
::
installdirs
for
m
in
${MANPAGES}
;
do
${INSTALL_
PROGRAM
}
$$
m
${DESTDIR}${mandir}
/man3
;
done
for
m
in
${MANPAGES}
;
do
${INSTALL_
DATA
}
$$
m
${DESTDIR}${mandir}
/man3
;
done
Write
Preview
Markdown
is supported
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