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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- bash-4.0/pathnames.h.in
0
++ bash-4.0/pathnames.h.in
Lines 22-31 Link Here
22
#define _PATHNAMES_H_
22
#define _PATHNAMES_H_
23
23
24
/* The default file for hostname completion. */
24
/* The default file for hostname completion. */
25
#define DEFAULT_HOSTS_FILE "/etc/hosts"
25
#define DEFAULT_HOSTS_FILE "@GENTOO_PORTAGE_EPREFIX@/etc/hosts"
26
26
27
/* The default login shell startup file. */
27
/* The default login shell startup file. */
28
#define SYS_PROFILE "/etc/profile"
28
#define SYS_PROFILE "@GENTOO_PORTAGE_EPREFIX@/etc/profile"
29
29
30
/* The default location of the bash debugger initialization/startup file. */
30
/* The default location of the bash debugger initialization/startup file. */
31
#define DEBUGGER_START_FILE	"@DEBUGGER_START_FILE@"
31
#define DEBUGGER_START_FILE	"@DEBUGGER_START_FILE@"

Return to bug 595142