diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-23 11:47:35 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-23 11:47:35 -0700 |
commit | 8c1739680493df2e23ef0d098a44c50e2f1ccecc (patch) | |
tree | 1a4567b5b56c889761e53c01a4e99dca8aab6d1e /lib/Vyatta/Interface.pm | |
parent | e23a6efaeeaf1e1d35b64ac819aed7ea096e5288 (diff) | |
download | vyatta-cfg-8c1739680493df2e23ef0d098a44c50e2f1ccecc.tar.gz vyatta-cfg-8c1739680493df2e23ef0d098a44c50e2f1ccecc.zip |
Remove #! /usr/bin/perl
The modules are not perl executables, they are modules.
Fixes lintian warning
Diffstat (limited to 'lib/Vyatta/Interface.pm')
-rwxr-xr-x[-rw-r--r--] | lib/Vyatta/Interface.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index f83f58f..878e149 100644..100755 --- a/lib/Vyatta/Interface.pm +++ b/lib/Vyatta/Interface.pm @@ -1,6 +1,6 @@ -#!/usr/bin/perl - -# Module Vyatta::Interface.pm +# Author: Stephen Hemminger <shemminger@vyatta.com> +# Date: 2009 +# Description: vyatta interface management # **** License **** # This program is free software; you can redistribute it and/or modify |