From: Jean-Marc Pigeon (Delson) Date: Mon, 25 Aug 2025 18:38:58 +0000 (-0400) Subject: Adding release.php X-Git-Tag: end-0.15~93 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=9f3900a4cc9c21211af288100bf01d21de81a835;p=jmp%2Fmailleur Adding release.php --- diff --git a/Makefile b/Makefile index 6a922da..8a1e6af 100644 --- a/Makefile +++ b/Makefile @@ -232,9 +232,6 @@ install : conf/relayed.conf \ conf/blacklister.conf \ $(DESTDIR)/$(ETCDIR)/$(APPN) - @ cp -a \ - conf/$(APPN)-httpd.conf \ - $(DESTDIR)/$(ETCDIR)/httpd/conf.d/$(APPN).conf @ cp -a \ conf/dovecot \ $(DESTDIR)/$(ETCDIR)/$(APPN)/ diff --git a/conf/mailleur-httpd.conf b/conf/mailleur-httpd.conf deleted file mode 100644 index e69de29..0000000 diff --git a/mailleur.spec.in b/mailleur.spec.in index 531442b..355c02e 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -46,7 +46,6 @@ search about email exchange within time and transaction context. %attr(0754,root,root) %{_datadir}/%{name}/linux/osukiss/sender %attr(0754,root,root) %{_datadir}/%{name}/linux/osukiss/sorter %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/%{name}.cron -%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %attr(0644,%{name},mail) %config(noreplace) %{_sysconfdir}/pki/%{name}/* %attr(0644,%{name},mail) %config(noreplace) %{_sysconfdir}/sysconfig/%{name} #configuration directory @@ -126,8 +125,8 @@ if [ ! "$(getent passwd %{name})" ]; then %post OS=`%{_libdir}/%{name}/shell/getsysos.sh` ln -nsf \ - ./%{name}.php \ - %{_var}/www/%{name}/index.php \ + ./%{name}.html \ + %{_var}/www/%{name}/index.html \ if [ "$1" = 1 ]; then ( diff --git a/www/footer.php b/www/footer.php new file mode 100644 index 0000000..62f3a6a --- /dev/null +++ b/www/footer.php @@ -0,0 +1,5 @@ +//This a php code to add page footer + diff --git a/www/mailleur.php b/www/mailleur.html similarity index 77% rename from www/mailleur.php rename to www/mailleur.html index 5baff79..c827f78 100644 --- a/www/mailleur.php +++ b/www/mailleur.html @@ -7,10 +7,17 @@ -
Mailleur
+ + + + + diff --git a/www/release.php b/www/release.php new file mode 100644 index 0000000..323e574 --- /dev/null +++ b/www/release.php @@ -0,0 +1,3 @@ +\_version="0.15" +\_release="9" +\_branch="dvl"