From 11e718692684c550cf33c44d74aa64ffa44aee06 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 12 Apr 2009 00:53:09 +0000 Subject: [PATCH] * debian/login.defs: Added /usr/local/games/ to ENV_PATH (for regular users). Closes: #487105 --- debian/changelog | 2 ++ debian/login.defs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 73a823b3..a790adb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -67,6 +67,8 @@ shadow (1:4.1.3-1) unstable; urgency=low the storage medium. * debian/securetty.linux: Removed devfs devices. Usage of devfs enabled kernel in Lenny was not supported. Closes: #511961 + * debian/login.defs: Added /usr/local/games/ to ENV_PATH (for regular + users). Closes: #487105 -- Nicolas FRANCOIS (Nekral) Sat, 14 Mar 2009 18:44:29 +0100 diff --git a/debian/login.defs b/debian/login.defs index f0c8e166..b773c651 100644 --- a/debian/login.defs +++ b/debian/login.defs @@ -100,7 +100,7 @@ HUSHLOGIN_FILE .hushlogin # # (they are minimal, add the rest in the shell startup files) ENV_SUPATH PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin:/usr/games +ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games/:/usr/games # # Terminal permissions