From: Frank Brehm Date: Tue, 6 Dec 2016 02:10:05 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=50a25dde75b24f5541436849d00548738d863536;p=config%2Fbruni%2Fetc.git daily autocommit --- diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf index 8ed402e8..ab87ebe3 100644 --- a/cups/subscriptions.conf +++ b/cups/subscriptions.conf @@ -1,20 +1,12 @@ # Subscription configuration file for CUPS v2.1.4 -# Written by cupsd on 2016-12-04 14:49 +# Written by cupsd on 2016-12-05 14:53 NextSubscriptionId 327 - -Events printer-changed -Owner root -LeaseDuration 86400 -Interval 60 -ExpirationTime 1480945711 -NextEventId 1 - Events all Owner anonymous Recipient dbus:// LeaseDuration 86400 Interval 0 -ExpirationTime 1480945711 +ExpirationTime 1481032051 NextEventId 1 diff --git a/ike/iked.conf b/ike/iked.conf new file mode 100644 index 00000000..f1dfdff1 --- /dev/null +++ b/ike/iked.conf @@ -0,0 +1,20 @@ +# +# sample client iked.conf file +# + +daemon +{ + # bind to ports + socket ike 500; + socket natt 4500; + + # log output + log_level info; + log_file "/var/log/iked.log"; +# pcap_decrypt "/var/log/ike-decrypt.pcap"; +# pcap_encrypt "/var/log/ike-encrypt.pcap"; + + # retry settings + retry_delay 10; + retry_count 2; +} diff --git a/ike/iked.dhcp b/ike/iked.dhcp new file mode 100644 index 00000000..e70a7dd1 --- /dev/null +++ b/ike/iked.dhcp @@ -0,0 +1 @@ +ea:db:c6:4e:7a:4b \ No newline at end of file