diff options
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pathnames.h b/pathnames.h index 89e22c77a..edeff2de3 100644 --- a/pathnames.h +++ b/pathnames.h | |||
@@ -150,6 +150,11 @@ | |||
150 | #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" | 150 | #define _PATH_PRIVSEP_CHROOT_DIR "/var/empty" |
151 | #endif | 151 | #endif |
152 | 152 | ||
153 | /* for passwd change */ | ||
154 | #ifndef _PATH_PASSWD_PROG | ||
155 | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | ||
156 | #endif | ||
157 | |||
153 | #ifndef _PATH_LS | 158 | #ifndef _PATH_LS |
154 | #define _PATH_LS "ls" | 159 | #define _PATH_LS "ls" |
155 | #endif | 160 | #endif |