Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
munin20
> munin-node-os_file-path.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File munin-node-os_file-path.patch of Package munin20 (Revision 20)
Currently displaying revision
20
,
show latest
--- node/lib/Munin/Node/OS.pm.orig 2012-09-12 11:46:33.495615832 +0200 +++ node/lib/Munin/Node/OS.pm 2012-09-12 11:46:45.399614141 +0200 @@ -13,7 +13,7 @@ use POSIX (); use Sys::Hostname; -use File::Path qw(make_path); +use File::Path qw(mkpath); sub get_uid { my ($class, $user) = @_;