projects
/
tools
/
depanneur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66475e0
)
Only import getpw() when using User::pwent
author
Huang Hao
<hao.h.huang@intel.com>
Wed, 17 Oct 2012 07:20:51 +0000
(15:20 +0800)
committer
Huang Hao
<hao.h.huang@intel.com>
Wed, 17 Oct 2012 07:21:28 +0000
(15:21 +0800)
Otherwise this module will overrite default function getpwuid()
Change-Id: I2bb07069204c8cc6f6b6b2f0644e8e14f68ae02e
depanneur
patch
|
blob
|
history
diff --git
a/depanneur
b/depanneur
index 6f14353763d66835c9778f9d14c0ebc403d28539..de13fd14fc2ff7bb2fa3f1cddd8a0663edd91d3f 100755
(executable)
--- a/
depanneur
+++ b/
depanneur
@@
-23,7
+23,7
@@
use File::Basename;
use URI;
use POSIX ":sys_wait_h";
use File::Glob ':glob';
-use User::pwent;
+use User::pwent
qw(getpw)
;
# Global vars