freeipa/install/restart_scripts
Christian Heimes 6d02eddd3e Replace PYTHONSHEBANG with valid shebang
Replace the @PYTHONSHEBANG@ substitution with a valid #!/usr/bin/python3
shebang. This turns Python .in files into valid Python files. The files
can now be checked with pylint and IDEs recognize the files as Python
files.

The shebang is still replaced with "#!$(PYTHON) -E" to support
platform-python.

Related: https://pagure.io/freeipa/issue/7984
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Francois Cami <fcami@redhat.com>
2019-06-24 09:35:57 +02:00
..
Makefile.am Generate scripts from templates 2018-08-23 14:49:06 +02:00
README Configure certmonger to execute restart scripts on renewal. 2012-04-10 01:08:41 -04:00
renew_ca_cert.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
renew_kdc_cert.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
renew_ra_cert_pre.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
renew_ra_cert.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
restart_dirsrv.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
restart_httpd.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00
stop_pkicad.in Replace PYTHONSHEBANG with valid shebang 2019-06-24 09:35:57 +02:00

This directory contains scripts to be used by the command (-C) option
of certmonger to restart services when the certificates are renewed.