Bug#925006: preinst script not POSIX compliant

2019-10-15 Thread Ralf Treinen
Sorry, the correct definition of the function should be : apache2_needs_action() { false; } # do not restart or reload Apache (with semi-colon after false). -Ralf. -- Ralf Treinen Institut de Recherche en Informatique Fondamentale Équipe Preuves, Programmes et Systèmes Université Paris

Bug#925006: preinst script not POSIX compliant

2019-03-19 Thread Ralf Treinen
Package: libapache2-mod-shib2 Version: 3.0.4+dfsg1-1 User: trei...@debian.org Usertags: colis-shparser Tags: patch Hi, the preinst script is a #!/bin/sh script but is is not posix compliant since posix does not allow for the body of a function to be a simple command. The attached patch fixes