From: Mike Brady Date: Thu, 6 Dec 2018 14:46:57 +0000 (+0000) Subject: The run_this_if_an_unfixable_error_is_detected script is definitely working and can... X-Git-Tag: 3.3RC0~119^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e7cb34fb973d95e6f28763af12db7a1a2bb035;p=thirdparty%2Fshairport-sync.git The run_this_if_an_unfixable_error_is_detected script is definitely working and can restart the device. A sudoers entry is necessary to allow the shairport-sync user to 'sudo reboot --no-wall' without needing a password. --- diff --git a/configure.ac b/configure.ac index 82dc13fb..8f3248ab 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d33], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d34], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])