From 4c4e1e994abc894e066fb8b16a5cb4c8773813d5 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Mon, 6 Nov 2017 17:49:19 +0100 Subject: [PATCH] rename the CGI file as .cgi --- bin/Makefile.am | 10 +++++----- ...ccount-manager-web.pl.in => account-manager.cgi.in} | 0 ...ount-manager-client.pl.in => account-manager.pl.in} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename bin/{account-manager-web.pl.in => account-manager.cgi.in} (100%) rename bin/{account-manager-client.pl.in => account-manager.pl.in} (100%) diff --git a/bin/Makefile.am b/bin/Makefile.am index 4fe7165..4dae5aa 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,17 +1,17 @@ -bin_SCRIPTS = account-manager-client.pl +bin_SCRIPTS = account-manager.pl -www_SCRIPTS = account-manager-web.pl +www_SCRIPTS = account-manager.cgi -EXTRA_DIST = account-manager-client.pl.in account-manager-web.pl.in +EXTRA_DIST = account-manager.pl.in account-manager.cgi.in -account-manager-client.pl: Makefile account-manager-client.pl.in +account-manager.pl: Makefile account-manager.pl.in sed \ -e 's|[@]modulesdir[@]|$(modulesdir)|' \ -e 's|[@]sysconfdir[@]|$(sysconfdir)|' \ < $(srcdir)/$@.in > $@ chmod +x $@ -account-manager-web.pl: Makefile account-manager-web.pl.in +account-manager.cgi: Makefile account-manager.cgi.in sed \ -e 's|[@]modulesdir[@]|$(modulesdir)|' \ -e 's|[@]sysconfdir[@]|$(sysconfdir)|' \ diff --git a/bin/account-manager-web.pl.in b/bin/account-manager.cgi.in similarity index 100% rename from bin/account-manager-web.pl.in rename to bin/account-manager.cgi.in diff --git a/bin/account-manager-client.pl.in b/bin/account-manager.pl.in similarity index 100% rename from bin/account-manager-client.pl.in rename to bin/account-manager.pl.in -- GitLab