Skip to content

Commit

Permalink
Remove subversion $Id$ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ssm committed Mar 16, 2015
1 parent d855c0e commit 4562d2b
Show file tree
Hide file tree
Showing 118 changed files with 0 additions and 249 deletions.
1 change: 0 additions & 1 deletion Makefile.config-maint
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# works on the maintainers machines. Please see Makefile.config-dist
# for the user directed Makefile.config as directed in the INSTALL doc.
#
# $Id: Makefile.config 1551 2008-03-06 20:16:51Z janl $

# This file specifies where Munin will look for things after you've
# run 'make' in the source directory. Modify it to suit your needs.
Expand Down
2 changes: 0 additions & 2 deletions contrib/plugin-gallery/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ Place a file with content like this under /etc/cron.d/
# Create fresh build of the Munin Plugin Gallery
10 22 * * * gap /home/gap/projects/munin/github/munin/contrib/plugin-gallery/gallery-build.sh
------ >8 ------

$Id: INSTALL,v 1.1 2014/08/24 12:09:49 gap Exp gap $
1 change: 0 additions & 1 deletion contrib/plugin-gallery/include-graphs-contrib.awk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This script includes the example graph images
# into the HTML pages of the Munin Gallery
#
# $Id$
# Author: Gabriele Pohl ([email protected])
# Date: 2014-09-03
#
Expand Down
1 change: 0 additions & 1 deletion contrib/plugin-gallery/include-graphs.awk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This script includes the example graph images
# into the HTML pages of the Munin Gallery
#
# $Id$
# Author: Gabriele Pohl ([email protected])
# Date: 2014-08-30
#
Expand Down
1 change: 0 additions & 1 deletion contrib/plugin-gallery/print-gallery-contrib.awk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This script prints the HTML pages of the Munin Gallery
#
# $Id: print-gallery.awk,v 1.4 2014/08/24 10:04:16 gap Exp gap $
# Author: Gabriele Pohl ([email protected])
# Date: 2014-08-23
#
Expand Down
1 change: 0 additions & 1 deletion contrib/plugin-gallery/print-gallery.awk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This script prints the HTML pages of the Munin Gallery
#
# $Id: print-gallery.awk,v 1.4 2014/08/24 10:04:16 gap Exp gap $
# Author: Gabriele Pohl ([email protected])
# Date: 2014-08-23
#
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Common/Config.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Common::Config;

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Common/TLS.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Common::TLS;

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Common/TLSClient.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package Munin::Common::TLSClient;
use base qw(Munin::Common::TLS);

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Common/TLSServer.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package Munin::Common::TLSServer;
use base qw(Munin::Common::TLS);

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Common/Timeout.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use warnings;
use strict;

# $Id$

package Munin::Common::Timeout;
use base qw(Exporter);
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package Munin::Master::Config;

use base qw(Munin::Common::Config);

# $Id$

# Notes about config data structure:
#
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/GraphOld.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
$Id$
=end comment
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/Group.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package Munin::Master::Group;

use base qw(Munin::Master::GroupRepository);

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/GroupRepository.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package Munin::Master::GroupRepository;

use base qw(Munin::Master::Config);

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/HTMLOld.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.
$Id$
This is the hierarchy of templates
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/Host.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package Munin::Master::Host;

use base qw(Munin::Master::Group);

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/LimitsOld.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
$Id$
=end comment
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/Node.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Master::Node;

# $Id$

# This module is used by UpdateWorker to keep in touch with a node and
# parse some of the output.
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/ProcessManager.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Master::ProcessManager;

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/Update.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Master::Update;

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/UpdateWorker.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package Munin::Master::UpdateWorker;
use base qw(Munin::Master::Worker);

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/Utils.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package Munin::Master::Utils;
# -*- cperl -*-

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Master/Worker.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Master::Worker;

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Config.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package Munin::Node::Config;
use base qw(Munin::Common::Config);

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Configure/Debug.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Configure::Debug;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Configure/History.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Configure::History;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Configure/HostEnumeration.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Configure::HostEnumeration;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Configure/Plugin.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Configure::Plugin;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Configure/PluginList.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Configure::PluginList;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/OS.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::OS;

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/ProxySpooler.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::ProxySpooler;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/SNMPConfig.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::SNMPConfig;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Server.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Server;

# $Id$

use base qw(Net::Server::Fork);

Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Service.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Service;

# $Id$

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Session.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Session;

# $Id$ #

use warnings;
use strict;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/SpoolReader.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::SpoolReader;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/SpoolWriter.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::SpoolWriter;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Node/Utils.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package Munin::Node::Utils;

# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#
# $Id$
#

package Munin::Plugin;
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Plugin/Pgsql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# perlpod.


# $Id$

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion lib/Munin/Plugin/SNMP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
# pattern. Please maintain it in the same way.


# $Id$

=encoding utf-8
Expand Down
1 change: 0 additions & 1 deletion master/MasterBuilder.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package MasterBuilder;

# $Id$

use base qw(Module::Build);

Expand Down
1 change: 0 additions & 1 deletion master/extras/munin-update_old.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#
# Script to update the RRD-files with current information.
#
# $Id$

use strict;

Expand Down
1 change: 0 additions & 1 deletion node/NodeBuilder.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package NodeBuilder;

# $Id$

use base qw(Module::Build);

Expand Down
1 change: 0 additions & 1 deletion plugins/PluginsBuilder.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package PluginsBuilder;

# $Id$

use base qw(Module::Build);

Expand Down
1 change: 0 additions & 1 deletion plugins/node.d.darwin/df_inode
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
#
# $Id$
#
# Plugin to monitor inode-usage.
#
Expand Down
4 changes: 0 additions & 4 deletions plugins/node.d.debug/if
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ Link this plugin to /etc/munin/plugins/ and restart the munin-node.
None known.
=head1 VERSION
$Id$
=head1 AUTHOR
Brian De Wolf
Expand Down
4 changes: 0 additions & 4 deletions plugins/node.d.debug/tc
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ Link this plugin to /etc/munin/plugins/ and restart the munin-node.
None known.
=head1 VERSION
$Id$
=head1 AUTHOR
Brian De Wolf
Expand Down
1 change: 0 additions & 1 deletion plugins/node.d.freebsd/coretemp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id$
#

# This plugin's functionality has been replaced by the dev_cpu_ plugin.
Expand Down
1 change: 0 additions & 1 deletion plugins/node.d.freebsd/dev_cpu_
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id$
#

#%# family=auto
Expand Down
1 change: 0 additions & 1 deletion plugins/node.d.freebsd/df
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
#
# $Id$
#
# Script to monitor disk usage.
#
Expand Down
1 change: 0 additions & 1 deletion plugins/node.d.freebsd/df_inode
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
#
# $Id$
#
# Plugin to monitor inode-usage.
#
Expand Down
Loading

0 comments on commit 4562d2b

Please sign in to comment.