diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 10:10:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 10:10:59 -0300 |
commit | eea269ecd7c70d330615d4260cd4e65b7782648f (patch) | |
tree | e7d1a49ed5c8b1690249ad6f04a8465dd35ed2ac /files | |
parent | 0feb33e9baa968aaaebdec22de76c3e52f086b3a (diff) | |
download | puppet-apcupsd-eea269ecd7c70d330615d4260cd4e65b7782648f.tar.gz puppet-apcupsd-eea269ecd7c70d330615d4260cd4e65b7782648f.tar.bz2 |
Fixing munin interpreting, no need for user setting or exec flag
Diffstat (limited to 'files')
-rw-r--r--[-rwxr-xr-x] | files/munin/apc_nis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/munin/apc_nis b/files/munin/apc_nis index 8691fe9..0bfcfaa 100755..100644 --- a/files/munin/apc_nis +++ b/files/munin/apc_nis @@ -1,4 +1,4 @@ -#!@@PERL@@ -w +#!/usr/bin/perl -w # -*- perl -*- =head1 NAME |