From 6e9477c03862743f0ceba0556745e8db2546169c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sat, 9 Jan 2016 13:10:04 +0100 Subject: [PATCH] daily autocommit --- cups/printers.conf | 2 +- cups/subscriptions.conf | 12 ++++++++++-- openvpn/profitbricks/resolv.conf | 2 +- vim/vimrc.local | 1 + 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/cups/printers.conf b/cups/printers.conf index c83477d3..a0e79a07 100644 --- a/cups/printers.conf +++ b/cups/printers.conf @@ -1,5 +1,5 @@ # Printer configuration file for CUPS v2.0.3 -# Written by cupsd on 2015-12-26 18:04 +# Written by cupsd on 2016-01-09 13:01 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING UUID urn:uuid:37ccb9f9-f39f-3442-414c-7de19e42748d diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf index 245a6ebf..02cd5574 100644 --- a/cups/subscriptions.conf +++ b/cups/subscriptions.conf @@ -1,3 +1,11 @@ # Subscription configuration file for CUPS v2.0.3 -# Written by cupsd on 2015-12-27 18:04 -NextSubscriptionId 240 +# Written by cupsd on 2016-01-09 13:01 +NextSubscriptionId 241 + +Events printer-changed +Owner root +LeaseDuration 86400 +Interval 60 +ExpirationTime 1452427230 +NextEventId 1 + diff --git a/openvpn/profitbricks/resolv.conf b/openvpn/profitbricks/resolv.conf index 7a104c01..1602b40a 100644 --- a/openvpn/profitbricks/resolv.conf +++ b/openvpn/profitbricks/resolv.conf @@ -1,7 +1,7 @@ # Hand made by Frank Brehm domain home.brehm-online.com #search home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de pb.local dc1.pb.local dc2.pb.local -search home.brehm-online.com brehm-online.com uhu-banane.de pb.local dc1.de.profitbricks.net dc2.us.profitbricks.net dc3.de.profitbricks.net +search home.brehm-online.com brehm-online.com pb.local stage.pb.local dc1.de.profitbricks.net dc2.us.profitbricks.net dc3.de.profitbricks.net #nameserver 10.12.11.1 nameserver 192.168.178.30 nameserver 192.168.178.89 diff --git a/vim/vimrc.local b/vim/vimrc.local index 592ae027..40a13819 100644 --- a/vim/vimrc.local +++ b/vim/vimrc.local @@ -10,6 +10,7 @@ autocmd FileType sls set tabstop=2 expandtab shiftwidth=2 softtabstop=2 autocmd FileType python set tabstop=4 expandtab shiftwidth=4 softtabstop=4 list autocmd FileType sh set tabstop=4 expandtab shiftwidth=4 softtabstop=4 autocmd FileType perl set tabstop=4 noexpandtab shiftwidth=4 +autocmd FileType fstab set tabstop=8 noexpandtab shiftwidth=8 softtabstop=8 list set listchars=tab:»·,trail:· "set list -- 2.39.5