summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-25 21:10:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-25 21:10:31 +0900
commit1e74a44bab47e86dc5eb3b6879369a3170695c9e (patch)
treeb97517072b44adb6554fed5a5b5809a741da0783
parentf2837be37833687eba4822f8b2c43f0119957a41 (diff)
downloadtdeadmin-1e74a44bab47e86dc5eb3b6879369a3170695c9e.tar.gz
tdeadmin-1e74a44bab47e86dc5eb3b6879369a3170695c9e.zip
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--knetworkconf/backends/debug.pl.in2
-rw-r--r--knetworkconf/backends/file.pl.in2
-rw-r--r--knetworkconf/backends/general.pl.in2
-rwxr-xr-xknetworkconf/backends/network-conf.in2
-rw-r--r--knetworkconf/backends/network.pl.in2
-rw-r--r--knetworkconf/backends/parse.pl.in2
-rw-r--r--knetworkconf/backends/platform.pl.in2
-rw-r--r--knetworkconf/backends/process.pl.in2
-rw-r--r--knetworkconf/backends/replace.pl.in2
-rw-r--r--knetworkconf/backends/report.pl.in2
-rw-r--r--knetworkconf/backends/service-list.pl.in2
-rw-r--r--knetworkconf/backends/service.pl.in2
-rw-r--r--knetworkconf/backends/util.pl.in2
-rw-r--r--knetworkconf/backends/xml.pl.in2
14 files changed, 0 insertions, 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.