From 1e74a44bab47e86dc5eb3b6879369a3170695c9e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 25 Sep 2020 21:10:31 +0900 Subject: Removed additional code formatting modelines. Signed-off-by: Michele Calgaro --- knetworkconf/backends/debug.pl.in | 2 -- knetworkconf/backends/file.pl.in | 2 -- knetworkconf/backends/general.pl.in | 2 -- knetworkconf/backends/network-conf.in | 2 -- knetworkconf/backends/network.pl.in | 2 -- knetworkconf/backends/parse.pl.in | 2 -- knetworkconf/backends/platform.pl.in | 2 -- knetworkconf/backends/process.pl.in | 2 -- knetworkconf/backends/replace.pl.in | 2 -- knetworkconf/backends/report.pl.in | 2 -- knetworkconf/backends/service-list.pl.in | 2 -- knetworkconf/backends/service.pl.in | 2 -- knetworkconf/backends/util.pl.in | 2 -- knetworkconf/backends/xml.pl.in | 2 -- 14 files changed, 28 deletions(-) diff --git a/knetworkconf/backends/debug.pl.in b/knetworkconf/backends/debug.pl.in index 0512308..832af59 100644 --- a/knetworkconf/backends/debug.pl.in +++ b/knetworkconf/backends/debug.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Functions for hacker debug. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/file.pl.in b/knetworkconf/backends/file.pl.in index ac73301..afbbe16 100644 --- a/knetworkconf/backends/file.pl.in +++ b/knetworkconf/backends/file.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Functions for file manipulation. Find, open, read, write, backup, etc. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/general.pl.in b/knetworkconf/backends/general.pl.in index 4657487..a4e43a6 100644 --- a/knetworkconf/backends/general.pl.in +++ b/knetworkconf/backends/general.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Common stuff for the ximian-setup-tools backends. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/network-conf.in b/knetworkconf/backends/network-conf.in index 0f5e52d..20fb5e0 100755 --- a/knetworkconf/backends/network-conf.in +++ b/knetworkconf/backends/network-conf.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Network configurator. Designed to be architecture and distribution independent. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/network.pl.in b/knetworkconf/backends/network.pl.in index 74f164a..53f9e8c 100644 --- a/knetworkconf/backends/network.pl.in +++ b/knetworkconf/backends/network.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Common network stuff for the ximian-setup-tools backends. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/parse.pl.in b/knetworkconf/backends/parse.pl.in index 25c9373..a710acf 100644 --- a/knetworkconf/backends/parse.pl.in +++ b/knetworkconf/backends/parse.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # parse.pl: Common parsing stuff for the ximian-setup-tools backends. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/platform.pl.in b/knetworkconf/backends/platform.pl.in index 76eebca..cbe006f 100644 --- a/knetworkconf/backends/platform.pl.in +++ b/knetworkconf/backends/platform.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Determine the platform we're running on. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/process.pl.in b/knetworkconf/backends/process.pl.in index 353f6ce..5593543 100644 --- a/knetworkconf/backends/process.pl.in +++ b/knetworkconf/backends/process.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Common process stuff for the setup tools backends. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/replace.pl.in b/knetworkconf/backends/replace.pl.in index a72e3ef..243426e 100644 --- a/knetworkconf/backends/replace.pl.in +++ b/knetworkconf/backends/replace.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # replace.pl: Common in-line replacing stuff for the ximian-setup-tools backends. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/report.pl.in b/knetworkconf/backends/report.pl.in index 68326dd..72ca110 100644 --- a/knetworkconf/backends/report.pl.in +++ b/knetworkconf/backends/report.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # /* Functions for on-the-fly commentary on a tool's work. */ # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/service-list.pl.in b/knetworkconf/backends/service-list.pl.in index 3b7f2a1..dd5aaa7 100644 --- a/knetworkconf/backends/service-list.pl.in +++ b/knetworkconf/backends/service-list.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Functions for getting service descriptions. # # Copyright (C) 2002 Ximian, Inc. diff --git a/knetworkconf/backends/service.pl.in b/knetworkconf/backends/service.pl.in index f92151f..72a149f 100644 --- a/knetworkconf/backends/service.pl.in +++ b/knetworkconf/backends/service.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Functions for manipulating system services, like daemons and network. # # Copyright (C) 2002 Ximian, Inc. diff --git a/knetworkconf/backends/util.pl.in b/knetworkconf/backends/util.pl.in index b175fb8..5c8f511 100644 --- a/knetworkconf/backends/util.pl.in +++ b/knetworkconf/backends/util.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # Utility functions. # # Copyright (C) 2000-2001 Ximian, Inc. diff --git a/knetworkconf/backends/xml.pl.in b/knetworkconf/backends/xml.pl.in index b9810c6..05b2622 100644 --- a/knetworkconf/backends/xml.pl.in +++ b/knetworkconf/backends/xml.pl.in @@ -1,6 +1,4 @@ #!/usr/bin/env perl -#-*- Mode: perl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - # XML printing, scanning and parsing. # # Copyright (C) 2000-2001 Ximian, Inc. -- cgit v1.2.3