diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-11-30 16:25:09 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-11-30 16:25:09 +0000 |
| commit | 433a20229779ca13391c3d3b6f45587d1db0058c (patch) | |
| tree | ef0b49e0687add7203110c8486232a76c203ebd9 | |
| parent | 0caeee4e362d935d4dfad936cc15e5dc15878ea9 (diff) | |
Notes
| -rw-r--r-- | include/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index 8a2259face08..ea4fd1dfc49b 100644 --- a/include/paths.h +++ b/include/paths.h @@ -45,7 +45,7 @@ #define _PATH_STDPATH \ "/usr/bin:/bin:/usr/sbin:/sbin:" -#define _PATH_AUTHCONF "/etc/auth.conf" +#define _PATH_AUTHCONF "/etc/auth.conf" #define _PATH_BSHELL "/bin/sh" #define _PATH_CAPABILITY "/etc/capability" #define _PATH_CAPABILITY_DB "/etc/capability.db" |
