diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-09 00:48:19 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-09 00:48:19 +0000 |
commit | 8c8c75b10c56d54274ac6edf8c28f6a0f5879ce4 (patch) | |
tree | 00b75f6771b86022cad4f8dbadeeb6db66d43b44 /lib | |
parent | 5ccad4b353ca1fd0386d62755bc00f146cdddec5 (diff) | |
download | FreeBSD-src-8c8c75b10c56d54274ac6edf8c28f6a0f5879ce4.zip FreeBSD-src-8c8c75b10c56d54274ac6edf8c28f6a0f5879ce4.tar.gz |
X11BASE has been deprecated for a long time and will die soon
Approved by: x11 (eadler)
Approved by: brucec
MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libopie/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libopie/config.h b/lib/libopie/config.h index ca0c338..b9bc40c 100644 --- a/lib/libopie/config.h +++ b/lib/libopie/config.h @@ -54,7 +54,7 @@ /* #undef DOANONYMOUS */ /* The default value of the PATH environment variable */ -#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin" +#define DEFAULT_PATH "/usr/bin:/bin:/usr/sbin:/sbin" /* Defined if the file /etc/default/login exists (and, presumably, should be looked at by login) */ |