Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70670 - Extra blackslash in the new pam_env.conf
Summary: Extra blackslash in the new pam_env.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 08:04 UTC by Allan Gottlieb
Modified: 2006-04-21 08:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Gottlieb 2004-11-10 08:04:06 UTC
# $Date: 2004/11/08 18:33:46 $
# $Author: azarah $
# $Id: pam_env.conf,v 1.1 2004/11/08 18:33:46 azarah Exp $

This version combined a two line bash stmt (using backslash continuation) into one
line, but didn't remove the backslash.

The line is a comment and the backslash probably wouldn't cause an error
even if not commented, but it is wrong and should be fixed. The line in question
is line 69 of the file.  I print it below (it is split into two lines by bugzilla)

#PATH		DEFAULT=${HOME}/bin:/usr/local/bin:/bin\:/usr/bin:/usr/local/bin/X11:/usr/bin/X11




Reproducible: Always
Steps to Reproduce:
1.  look at line 70 of pam_env.conf
2.
3.
Comment 1 Jean Jordaan 2005-05-06 23:38:14 UTC
I see this is still wrong (with the extra backslash) in

# $Date: 2005/02/25 20:31:28 $
# $Author: azarah $
# $Id: pam_env.conf,v 1.3 2005/02/25 20:31:28 azarah Exp $
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-05 12:45:11 UTC
And still wrong... :=)
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-21 08:44:43 UTC
Thanks for reporting, fixed now.