From 3f0452ae19e9464588acaa676363b64405ed6ca7 Mon Sep 17 00:00:00 2001 From: Quentin Garnier Date: Mon, 16 Dec 2013 16:56:19 +0100 Subject: [PATCH] + Fix linux plugin package name --- os/linux/plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/linux/plugin.pm b/os/linux/plugin.pm index e0f6e26f9..385e298c5 100644 --- a/os/linux/plugin.pm +++ b/os/linux/plugin.pm @@ -33,7 +33,7 @@ # #################################################################################### -package os::freebsd::plugin; +package os::linux::plugin; use strict; use warnings;