Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 19128 | Differences between
and this patch

Collapse All | Expand All

(-)uucp-1.06.1.old/Makefile.in (-5 / +5 lines)
Lines 9-19 Link Here
9
# of this file to make sure that they are reasonable for your system.
9
# of this file to make sure that they are reasonable for your system.
10
10
11
# Prefix directory for installation directories.
11
# Prefix directory for installation directories.
12
prefix = @prefix@
12
#prefix = @prefix@
13
#prefix = /usr
13
prefix = /usr
14
14
15
# Prefix directory for files that are specific to a host type.
15
# Prefix directory for files that are specific to a host type.
16
exec_prefix = @exec_prefix@
16
exec_prefix = @prefix@
17
17
18
# The user name that should own the resulting executables, several of
18
# The user name that should own the resulting executables, several of
19
# which are suid.  If you change this, you must run `make clean'.
19
# which are suid.  If you change this, you must run `make clean'.
Lines 43-50 Link Here
43
# The directory to look in for new style configuration files (when
43
# The directory to look in for new style configuration files (when
44
# using HAVE_TAYLOR_CONFIG).  Note that by default this is different
44
# using HAVE_TAYLOR_CONFIG).  Note that by default this is different
45
# from sbindir, unlike traditional UUCP packages.
45
# from sbindir, unlike traditional UUCP packages.
46
newconfigdir = $(prefix)/conf/uucp
46
#newconfigdir = $(prefix)/conf/uucp
47
#newconfigdir = /etc/uucp
47
newconfigdir = /etc/uucp
48
48
49
# The directory to look in for HDB (when using HAVE_HDB_CONFIG) or
49
# The directory to look in for HDB (when using HAVE_HDB_CONFIG) or
50
# V2 (when using HAVE_V2_CONFIG) style configuration files.
50
# V2 (when using HAVE_V2_CONFIG) style configuration files.

Return to bug 19128