Remove SVN keywords from misc. files

This commit is contained in:
Steven Bakker 2016-02-05 11:38:41 +01:00
parent 4b66c7e63f
commit 6a6d1932fe
38 changed files with 0 additions and 59 deletions

View File

@ -1,6 +1,4 @@
#!make
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,5 +1,4 @@
#!make
# $Id$
# ============================================================================
#
# CONFIG.MK: Installation preferences

2
debian/postinst vendored
View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# @(#)$Id$
#
update-rc.d arpsponge defaults

2
debian/postrm vendored
View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# @(#)$Id$
#
if [ "$1" = purge ]; then
update-rc.d arpsponge remove

2
debian/prerm vendored
View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# @(#)$Id$
#
if which invoke-rc.d >/dev/null 2>&1; then
invoke-rc.d arpsponge stop

View File

@ -1,4 +1,3 @@
# @(#)$Id$
#############################################################################
#
# This is a sample file for /etc/defaults/arpsponge/defaults

View File

@ -1,7 +1,5 @@
#!make
#
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,7 +1,5 @@
#!make
#
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -9,7 +9,6 @@
### END INIT INFO
###############################################################################
# @(#) $Id$
###############################################################################
#
# Start-up script for the arpsponge program.

View File

@ -1,4 +1,3 @@
# @(#)$Id$
#===============================================================================
#
# Module: M6::ARP::Base

View File

@ -1,5 +1,4 @@
###############################################################################
# @(#)$Id$
###############################################################################
#
# ARP Sponge Flags

View File

@ -1,5 +1,4 @@
#############################################################################
# @(#)$Id$
##############################################################################
#
# ARP sponge control socket.

View File

@ -1,5 +1,4 @@
#############################################################################
# @(#)$Id$
##############################################################################
#
# ARP sponge control socket, base class.

View File

@ -1,5 +1,4 @@
#############################################################################
# @(#)$Id$
##############################################################################
#
# ARP sponge control socket.

View File

@ -1,5 +1,3 @@
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,5 +1,4 @@
#############################################################################
# @(#)$Id$
##############################################################################
#
# ARP sponge control socket, server side.

View File

@ -1,5 +1,4 @@
###############################################################################
# @(#)$Id$
###############################################################################
#
# Logging for the ARP Sponge.

View File

@ -1,5 +1,4 @@
###############################################################################
# @(#)$Id$
###############################################################################
#
# Logging for the ARP Sponge.

View File

@ -1,5 +1,3 @@
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,5 +1,4 @@
##############################################################################
# @(#)$Id$
##############################################################################
#
# ARP Sponge network packet routines.

View File

@ -1,5 +1,4 @@
##############################################################################
# @(#)$Id$
##############################################################################
#
# ARP Query Timestamp Queue

View File

@ -1,5 +1,4 @@
###############################################################################
# @(#)$Id$
###############################################################################
#
# ARP sponge

View File

@ -1,5 +1,4 @@
##############################################################################
# @(#)$Id$
##############################################################################
#
# ARP Table

View File

@ -1,5 +1,4 @@
##############################################################################
# @(#)$Id$
##############################################################################
#
# ARP Stuff Utility routines

View File

@ -1,7 +1,5 @@
#!make
#
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,4 +1,3 @@
# @(#)$Id$
#===============================================================================
#
# Module: M6::ReadLine

View File

@ -1,7 +1,5 @@
#!make
#
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,7 +1,5 @@
#!make
#
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,7 +1,5 @@
#
#!make
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.; All rights reserved.
#
# This module is free software; you can redistribute it and/or

View File

@ -1,7 +1,5 @@
#!make
#
# $Id$
#
# Copyright 2005-2016 AMS-IX B.V.
#
# This is free software. It can be distributed under

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# @(#)$Id$
#
#IPADDR/PREFIXLEN dev IFNAME

View File

@ -1,7 +1,5 @@
#!/bin/bash
#
# @(#)$Id$
#
DIR=$(cd $(dirname $0)/..; pwd)
PERL5LIB=$DIR/lib

View File

@ -1,7 +1,5 @@
#!/usr/bin/perl
#
# @(#)$Id$
#
use strict;
use Net::Pcap;

View File

@ -1,5 +1,3 @@
# @(#)$Id$
#
# Test M6::ARP::Queue with flood protection.
#

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $Id$
#
# bsdinst.sh: BSD-like install program
#
# Not all BSD install options are supported, and one extra is added:

View File

@ -1,7 +1,5 @@
#!/usr/bin/perl -n
#
# @(#)$Id$
#
SWITCH:{
/^\#NODIST/ && do{
$nodist = 1;

View File

@ -1,6 +1,4 @@
#! /bin/sh
# @(#) $Id$
#
# mkinstalldirs --- make directory hierarchy
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16

View File

@ -1,7 +1,5 @@
#!/bin/sh
#
# $Id$
#
# rminstalldirs --- remove directory hierarchy
#
# Works (almost) similar to "rmdir -ps", except that the whole path