On Wed, Mar 08, 2017 at 09:55:02PM +0100, Andreas Henriksson wrote:
> Control: tags -1 + moreinfo
>
> Hello Sebastian Humenda,
>
> Thanks for your bug report....
>
> On Wed, Mar 08, 2017 at 10:57:38AM +0100, Sebastian Humenda wrote:
> > Package: cpufrequtils
> > Version: 008-1+b1
> > Severity: grave
> > Justification: renders package unusable
> [...]
> > Mar 08 10:54:47 kraftkrust cpufrequtils[13461]: /etc/init.d/cpufrequtils:
> > 3: /etc/default/cpufrequtils: Syntax error: Unterminated quoted string
> [...]
>
> The /etc/init.d/cpufrequtils file is not shipped in the package since
> cpufrequtils 002-2.1 (a very long time ago, prior to old-old-stable).
as the error suggests, the unterminated string is in
/etc/default/cpufrequtils rather than in the init script.
/etc/init.d/cpufrequtils sources the defaults file, so that too has to be
correctly parseable by /bin/sh.
if [ -f /etc/default/cpufrequtils ] ; then
. /etc/default/cpufrequtils
fi
/etc/default/cpufrequtils is not a file managed by the package.
Sebastian,
Let me know if you need help writing the defaults file.
I'm closing this bug report.
--
mattia
:wq!