aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2009-05-22 15:27:09 +0200
committerMatthijs Kooijman <matthijs@stdin.nl>2009-05-23 10:42:20 +0200
commit78884142e7cdaaf3e1f5571b1f28d2ea5a520b30 (patch)
tree686d3d719c1fd90c94caaa38bc2e9796c23504e9
parent4ecaae94054c4eb919ddbd45904d834383a09558 (diff)
downloadbackupninja-78884142e7cdaaf3e1f5571b1f28d2ea5a520b30.tar.gz
backupninja-78884142e7cdaaf3e1f5571b1f28d2ea5a520b30.tar.bz2
Add a vim modeline with indentation settings.
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
-rw-r--r--handlers/dup.helper.in1
-rw-r--r--handlers/dup.in1
-rw-r--r--handlers/ldap.helper.in1
-rw-r--r--handlers/ldap.in1
-rw-r--r--handlers/maildir.in1
-rw-r--r--handlers/makecd.helper.in1
-rw-r--r--handlers/makecd.in1
-rw-r--r--handlers/mysql.helper.in1
-rw-r--r--handlers/mysql.in1
-rw-r--r--handlers/pgsql.helper.in1
-rw-r--r--handlers/pgsql.in1
-rw-r--r--handlers/rdiff.helper.in1
-rw-r--r--handlers/rdiff.in1
-rw-r--r--handlers/rsync.in2
-rw-r--r--handlers/sh.in1
-rw-r--r--handlers/svn.in1
-rw-r--r--handlers/sys.helper.in1
-rwxr-xr-xhandlers/sys.in1
-rw-r--r--handlers/tar.helper.in1
-rw-r--r--handlers/tar.in1
-rw-r--r--handlers/trac.in1
-rw-r--r--handlers/wget2
-rw-r--r--lib/easydialog.in1
-rw-r--r--lib/tools.in1
-rw-r--r--lib/vserver.in1
-rwxr-xr-xsrc/backupninja.in1
-rwxr-xr-xsrc/ninjahelper.in1
-rwxr-xr-xsrc/ninjareport.in1
28 files changed, 30 insertions, 0 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in
index 86745c8..3c08a2f 100644
--- a/handlers/dup.helper.in
+++ b/handlers/dup.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS dup:incremental_encrypted_remote_filesystem_backup"
diff --git a/handlers/dup.in b/handlers/dup.in
index 60a4ce9..aed6030 100644
--- a/handlers/dup.in
+++ b/handlers/dup.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# duplicity script for backupninja
# requires duplicity
diff --git a/handlers/ldap.helper.in b/handlers/ldap.helper.in
index 4870ae4..4154cc6 100644
--- a/handlers/ldap.helper.in
+++ b/handlers/ldap.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS ldap:ldap_database_backup"
diff --git a/handlers/ldap.in b/handlers/ldap.in
index 0b0166e..5f402c7 100644
--- a/handlers/ldap.in
+++ b/handlers/ldap.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# openldap backup handler script for backupninja
#
diff --git a/handlers/maildir.in b/handlers/maildir.in
index e88619d..ab72ce1 100644
--- a/handlers/maildir.in
+++ b/handlers/maildir.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
###############################################################
#
diff --git a/handlers/makecd.helper.in b/handlers/makecd.helper.in
index c8a6762..ad0c4aa 100644
--- a/handlers/makecd.helper.in
+++ b/handlers/makecd.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS makecd:makecd_backup"
wizardname="makecd action wizard"
diff --git a/handlers/makecd.in b/handlers/makecd.in
index 78e5454..d44bba3 100644
--- a/handlers/makecd.in
+++ b/handlers/makecd.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# burncd handler script for backupninja
#
diff --git a/handlers/mysql.helper.in b/handlers/mysql.helper.in
index fb9f11d..997f73c 100644
--- a/handlers/mysql.helper.in
+++ b/handlers/mysql.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS mysql:mysql_database_backup"
diff --git a/handlers/mysql.in b/handlers/mysql.in
index a4a3667..88ffb1a 100644
--- a/handlers/mysql.in
+++ b/handlers/mysql.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# mysql handler script for backupninja
#
diff --git a/handlers/pgsql.helper.in b/handlers/pgsql.helper.in
index 48bf047..ff1cfd4 100644
--- a/handlers/pgsql.helper.in
+++ b/handlers/pgsql.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS pgsql:postgresql_database_backup"
diff --git a/handlers/pgsql.in b/handlers/pgsql.in
index b7e4262..ff5f7ba 100644
--- a/handlers/pgsql.in
+++ b/handlers/pgsql.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# PostgreSQL handler script for backupninja
#
diff --git a/handlers/rdiff.helper.in b/handlers/rdiff.helper.in
index c673723..83f2fb5 100644
--- a/handlers/rdiff.helper.in
+++ b/handlers/rdiff.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS rdiff:incremental_remote_filesystem_backup"
diff --git a/handlers/rdiff.in b/handlers/rdiff.in
index 51da1cc..f59d56a 100644
--- a/handlers/rdiff.in
+++ b/handlers/rdiff.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# rdiff-backup handler script for backupninja
# requires rdiff-backup
diff --git a/handlers/rsync.in b/handlers/rsync.in
index 9e5e4f9..072f2a6 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -1,3 +1,5 @@
+# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# backupninja handler to do incremental backups using
# rsync and hardlinks, based on
diff --git a/handlers/sh.in b/handlers/sh.in
index 4edfd9a..b070f3b 100644
--- a/handlers/sh.in
+++ b/handlers/sh.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# shell script handler for backupninja
# runs the file /etc/backup.d/scriptname.sh
diff --git a/handlers/svn.in b/handlers/svn.in
index 97d1701..5e5531a 100644
--- a/handlers/svn.in
+++ b/handlers/svn.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# this handler will backup subversion repostitories.
#
diff --git a/handlers/sys.helper.in b/handlers/sys.helper.in
index c823712..8a2fb07 100644
--- a/handlers/sys.helper.in
+++ b/handlers/sys.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS sys:general_hardware_and_system_info"
diff --git a/handlers/sys.in b/handlers/sys.in
index 2ab5871..69751ed 100755
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# this handler will save various reports of vital system information.
# by default, all the reports are saved in /var/backups.
diff --git a/handlers/tar.helper.in b/handlers/tar.helper.in
index 2665382..cdbe03a 100644
--- a/handlers/tar.helper.in
+++ b/handlers/tar.helper.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
HELPERS="$HELPERS tar:tar_backup"
diff --git a/handlers/tar.in b/handlers/tar.in
index 0a762ce..b4f8c58 100644
--- a/handlers/tar.in
+++ b/handlers/tar.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# tar handler script for backupninja
diff --git a/handlers/trac.in b/handlers/trac.in
index f387d42..018bffd 100644
--- a/handlers/trac.in
+++ b/handlers/trac.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# this handler will backup trac environments (based on the svn handler)
#
diff --git a/handlers/wget b/handlers/wget
index 0c363eb..ebb391e 100644
--- a/handlers/wget
+++ b/handlers/wget
@@ -1,3 +1,5 @@
+# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# backupninja handler to do incremental backups using
# wget and hardlinks, based on rsync handler
diff --git a/lib/easydialog.in b/lib/easydialog.in
index a0495a7..c41e6f7 100644
--- a/lib/easydialog.in
+++ b/lib/easydialog.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
# copyright 2002 lmoore@tump.com under the terms of the GNU LGPL.
# additions 2005 collective@riseup.net
diff --git a/lib/tools.in b/lib/tools.in
index 0d368b8..929826b 100644
--- a/lib/tools.in
+++ b/lib/tools.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
# This file contains functions shared between ninjahelper and backupninja.
diff --git a/lib/vserver.in b/lib/vserver.in
index cc96a71..b356b2b 100644
--- a/lib/vserver.in
+++ b/lib/vserver.in
@@ -1,4 +1,5 @@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#####################################################
## VSERVERS RELATED FUNCTIONS FOR NINJAHELPER
diff --git a/src/backupninja.in b/src/backupninja.in
index ca5074c..a158715 100755
--- a/src/backupninja.in
+++ b/src/backupninja.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# |\_
# B A C K U P N I N J A /()/
diff --git a/src/ninjahelper.in b/src/ninjahelper.in
index 7bbef1f..2a7faa9 100755
--- a/src/ninjahelper.in
+++ b/src/ninjahelper.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
####################################################
## Functions
diff --git a/src/ninjareport.in b/src/ninjareport.in
index 56a7209..4bc244e 100755
--- a/src/ninjareport.in
+++ b/src/ninjareport.in
@@ -1,5 +1,6 @@
#!@BASH@
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
#
# Ninjareport - generate a single simple report for a lot of hosts