avoid truncating long usernames

This commit is contained in:
albert
2004-07-21 00:37:38 +00:00
parent f1db79c042
commit bc5df8a7de
2 changed files with 55 additions and 57 deletions

2
ps/p
View File

@@ -3,4 +3,4 @@
# Wow, using $* causes great pain with: ps "pid,user pcpu,pmem"
# The "$@" won't break that into 2 arguments.
#
LD_PRELOAD=../proc/libproc.so exec ./ps "$@"
LD_LIBRARY_PATH=../proc exec ./ps "$@"