Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415051 - app-admin/lib_users-0.4 - missing newline in PERMWARNING
Summary: app-admin/lib_users-0.4 - missing newline in PERMWARNING
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Tobias Klausmann (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-05-07 18:08 UTC by Jeroen Roovers (RETIRED)
Modified: 2019-08-16 06:55 UTC (History)
0 users

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 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-07 18:08:07 UTC
--- lib_users.py.org    2012-05-07 20:05:00.243965905 +0200
+++ lib_users.py        2012-05-07 20:06:04.899626489 +0200
@@ -17,7 +17,7 @@
 PROCFSBASE = "/proc/"
 PERMWARNING = """\
 Warning: Some files could not be read. Note that lib_users has to be run as
-root to get a full list of deleted in-use libraries."""
+root to get a full list of deleted in-use libraries.\n"""
 __version__ = "0.4"
 
 # These are no true libs so don't make our process a deleted libs user

Actual result:

jeroen@wieneke ~ $ lib_users
Warning: Some files could not be read. Note that lib_users has to be run as
root to get a full list of deleted in-use libraries.18546 "/usr/lib64/opera-next/opera-next"

Expected result:

jeroen@wieneke ~ $ lib_users
Warning: Some files could not be read. Note that lib_users has to be run as
root to get a full list of deleted in-use libraries.
18546 "/usr/lib64/opera-next/opera-next"
Comment 1 Tobias Klausmann (RETIRED) gentoo-dev 2012-05-07 19:12:25 UTC
Damn, had fixed that then lost it in a git merge.

Fixed v0.5 is in the tree.