Changes of Revision 20
[-] [+] | Changed | munin.changes |
[-] [+] | Changed | munin.spec ^ |
[-] [+] | Added | munin-node-os_file-path.patch ^ |
@@ -0,0 +1,11 @@ +--- 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) = @_; |