From 9d4ad4b20182d19157518e5032476ecd8314feb8 Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Fri, 26 Jul 2002 09:36:30 +0000 Subject: adding install for *.pm --- dhcp_wizard/Makefile | 21 +++++++++++++++++++++ dns_wizard/Makefile | 19 +++++++++++++++++++ firewall_wizard/Makefile | 26 ++++++++++++++++++++++++++ news_wizard/Makefile | 29 +++++++++++++++++++++++++++++ postfix_wizard/Makefile | 24 ++++++++++++++++++++++++ proxy_wizard/Makefile | 26 ++++++++++++++++++++++++++ samba_wizard/Makefile | 27 +++++++++++++++++++++++++++ server_wizard/Makefile | 26 ++++++++++++++++++++++++++ web_wizard/Makefile | 19 +++++++++++++++++++ 9 files changed, 217 insertions(+) create mode 100644 dhcp_wizard/Makefile create mode 100644 dns_wizard/Makefile create mode 100644 firewall_wizard/Makefile create mode 100644 news_wizard/Makefile create mode 100644 postfix_wizard/Makefile create mode 100644 proxy_wizard/Makefile create mode 100644 samba_wizard/Makefile create mode 100644 server_wizard/Makefile create mode 100644 web_wizard/Makefile diff --git a/dhcp_wizard/Makefile b/dhcp_wizard/Makefile new file mode 100644 index 00000000..822274f2 --- /dev/null +++ b/dhcp_wizard/Makefile @@ -0,0 +1,21 @@ + +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dhcp_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dhcp_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dhcp_wizard/images + install --mode=u=rw,g=r,o=r -p dhcp.wiz ${prefix}/share/wizards/dhcp_wizard + install --mode=u=rw,g=r,o=r -p dhcp.en.wpo ${prefix}/share/wizards/dhcp_wizard + install --mode=u=rw,g=r,o=r -p dhcp.fr.wpo ${prefix}/share/wizards/dhcp_wizard + install --mode=u=rw,g=r,o=r -p dhcp.de.wpo ${prefix}/share/wizards/dhcp_wizard + install --mode=u=rw,g=r,o=r -p dhcp.es.wpo ${prefix}/share/wizards/dhcp_wizard + install --mode=u=rw,g=r,o=r -p dhcp.it.wpo ${prefix}/share/wizards/dhcp_wizard + install --mode=a=r -p ./images/DHCP.jpg ${prefix}/share/wizards/dhcp_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/dhcp_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/Dhcpconf.pm ${prefix}/share/wizards/dhcp_wizard/scripts + install --mode=u=rwx,g=rx,o=rx -p scripts/*.default ${prefix}/share/wizards/dhcp_wizard/scripts + install --mode=u=rwx,g=rx,o=rx -p scripts/*.patch ${prefix}/share/wizards/dhcp_wizard/scripts + diff --git a/dns_wizard/Makefile b/dns_wizard/Makefile new file mode 100644 index 00000000..b4927ec1 --- /dev/null +++ b/dns_wizard/Makefile @@ -0,0 +1,19 @@ + +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dns_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dns_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/dns_wizard/images + install --mode=u=rw,g=r,o=r -p dns.wiz ${prefix}/share/wizards/dns_wizard + install --mode=u=rw,g=r,o=r -p dns.en.wpo ${prefix}/share/wizards/dns_wizard + install --mode=u=rw,g=r,o=r -p dns.fr.wpo ${prefix}/share/wizards/dns_wizard + install --mode=u=rw,g=r,o=r -p dns.de.wpo ${prefix}/share/wizards/dns_wizard + install --mode=u=rw,g=r,o=r -p dns.es.wpo ${prefix}/share/wizards/dns_wizard + install --mode=u=rw,g=r,o=r -p dns.it.wpo ${prefix}/share/wizards/dns_wizard + install --mode=a=r -p ./images/DNS.jpg ${prefix}/share/wizards/dns_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/dns_wizard/scripts + install --mode=u=rwx,g=rx,o=rx -p scripts/*.default ${prefix}/share/wizards/dns_wizard/scripts + diff --git a/firewall_wizard/Makefile b/firewall_wizard/Makefile new file mode 100644 index 00000000..6e3aec62 --- /dev/null +++ b/firewall_wizard/Makefile @@ -0,0 +1,26 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/firewall_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/firewall_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/firewall_wizard/images + install --mode=u=rw,g=r,o=r -p firewall.wiz ${prefix}/share/wizards/firewall_wizard + install --mode=u=rw,g=r,o=r -p firewall.en.wpo ${prefix}/share/wizards/firewall_wizard + install --mode=u=rw,g=r,o=r -p firewall.fr.wpo ${prefix}/share/wizards/firewall_wizard + install --mode=u=rw,g=r,o=r -p firewall.de.wpo ${prefix}/share/wizards/firewall_wizard + install --mode=u=rw,g=r,o=r -p firewall.es.wpo ${prefix}/share/wizards/firewall_wizard + install --mode=u=rw,g=r,o=r -p firewall.it.wpo ${prefix}/share/wizards/firewall_wizard + install --mode=a=r -p ./images/firewall.jpg ${prefix}/share/wizards/firewall_wizard/images + install --mode=u=rw,g=r,o=r -p scripts/FWconf.pm ${prefix}/share/wizards/firewall_wizard/scripts + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/firewall_wizard/scripts + find scripts -name "*.default" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/firewall_wizard/scripts \; + find scripts -name "*.patch" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/firewall_wizard/scripts \; + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/firewall_wizard/firewall.wiz") + +desktop: + cp -f desktop_data/firewall_wizard\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ diff --git a/news_wizard/Makefile b/news_wizard/Makefile new file mode 100644 index 00000000..497b6d31 --- /dev/null +++ b/news_wizard/Makefile @@ -0,0 +1,29 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/news_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/news_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/news_wizard/images + install --mode=u=rw,g=r,o=r -p news.wiz ${prefix}/share/wizards/news_wizard + install --mode=u=rw,g=r,o=r -p news.en.wpo ${prefix}/share/wizards/news_wizard + install --mode=u=rw,g=r,o=r -p news.fr.wpo ${prefix}/share/wizards/news_wizard + install --mode=u=rw,g=r,o=r -p news.de.wpo ${prefix}/share/wizards/news_wizard + install --mode=u=rw,g=r,o=r -p news.es.wpo ${prefix}/share/wizards/news_wizard + install --mode=u=rw,g=r,o=r -p news.it.wpo ${prefix}/share/wizards/news_wizard + install --mode=a=r -p ./images/news.jpg ${prefix}/share/wizards/news_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/news_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/Newsconf.pm ${prefix}/share/wizards/news_wizard/scripts + find scripts -name "*.default" -exec cp '{}' ${prefix}/share/wizards/news_wizard/scripts \; + find scripts -name "*.patch" -exec cp '{}' ${prefix}/share/wizards/news_wizard/scripts \; + find scripts -name "*.cron" -exec cp '{}' ${prefix}/share/wizards/news_wizard/scripts \; + + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/news_wizard/news.wiz") + +desktop: + cp -f desktop_data/news_wizard\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ + diff --git a/postfix_wizard/Makefile b/postfix_wizard/Makefile new file mode 100644 index 00000000..98963fd4 --- /dev/null +++ b/postfix_wizard/Makefile @@ -0,0 +1,24 @@ + +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/postfix_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/postfix_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/postfix_wizard/images + install --mode=u=rw,g=r,o=r -p postfix.wiz ${prefix}/share/wizards/postfix_wizard + install --mode=u=rw,g=r,o=r -p postfix.en.wpo ${prefix}/share/wizards/postfix_wizard + install --mode=u=rw,g=r,o=r -p postfix.fr.wpo ${prefix}/share/wizards/postfix_wizard + install --mode=u=rw,g=r,o=r -p postfix.de.wpo ${prefix}/share/wizards/postfix_wizard + install --mode=u=rw,g=r,o=r -p postfix.es.wpo ${prefix}/share/wizards/postfix_wizard + install --mode=u=rw,g=r,o=r -p postfix.it.wpo ${prefix}/share/wizards/postfix_wizard + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/postfix_wizard/scripts + install --mode=u=rwx,g=rx,o=rx -p images/*.jpg ${prefix}/share/wizards/postfix_wizard/images + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/time_wizard/time.wiz") + +desktop: + cp -f desktop_data/time\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ diff --git a/proxy_wizard/Makefile b/proxy_wizard/Makefile new file mode 100644 index 00000000..3cd1c76c --- /dev/null +++ b/proxy_wizard/Makefile @@ -0,0 +1,26 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/proxy_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/proxy_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/proxy_wizard/images + install --mode=u=rw,g=r,o=r -p proxy.wiz ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.en.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.fr.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.de.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.es.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=u=rw,g=r,o=r -p proxy.it.wpo ${prefix}/share/wizards/proxy_wizard + install --mode=a=r -p ./images/proxy.jpg ${prefix}/share/wizards/proxy_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/proxy_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/Squidconf.pm ${prefix}/share/wizards/proxy_wizard/scripts + find scripts -name "*.default" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/proxy_wizard/scripts \; + find scripts -name "*.patch" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/proxy_wizard/scripts \; + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/proxy_wizard/proxy.wiz") + +desktop: + cp -f desktop_data/proxy_wizard\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ diff --git a/samba_wizard/Makefile b/samba_wizard/Makefile new file mode 100644 index 00000000..19a06c7a --- /dev/null +++ b/samba_wizard/Makefile @@ -0,0 +1,27 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/samba_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/samba_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/samba_wizard/images + install --mode=u=rw,g=r,o=r -p samba.wiz ${prefix}/share/wizards/samba_wizard + install --mode=u=rw,g=r,o=r -p samba.en.wpo ${prefix}/share/wizards/samba_wizard + install --mode=u=rw,g=r,o=r -p samba.fr.wpo ${prefix}/share/wizards/samba_wizard + install --mode=u=rw,g=r,o=r -p samba.de.wpo ${prefix}/share/wizards/samba_wizard + install --mode=u=rw,g=r,o=r -p samba.es.wpo ${prefix}/share/wizards/samba_wizard + install --mode=u=rw,g=r,o=r -p samba.it.wpo ${prefix}/share/wizards/samba_wizard + install --mode=a=r -p ./images/samba.jpg ${prefix}/share/wizards/samba_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/samba_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/Smbconf.pm ${prefix}/share/wizards/samba_wizard/scripts + find scripts -name "*.default" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/samba_wizard/scripts \; + find scripts -name "*.patch" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/samba_wizard/scripts \; + find scripts -name "*.pl" -exec install --mode=u=rwx,g=rx,o=rx -p {} ${prefix}/share/wizards/samba_wizard/scripts \; + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/samba_wizard/samba.wiz") + +desktop: + cp -f desktop_data/samba_wizard\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ diff --git a/server_wizard/Makefile b/server_wizard/Makefile new file mode 100644 index 00000000..98a9ef7f --- /dev/null +++ b/server_wizard/Makefile @@ -0,0 +1,26 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/server_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/server_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/server_wizard/images + install --mode=u=rw,g=r,o=r -p server.wiz ${prefix}/share/wizards/server_wizard + install --mode=u=rw,g=r,o=r -p server.en.wpo ${prefix}/share/wizards/server_wizard + install --mode=u=rw,g=r,o=r -p server.fr.wpo ${prefix}/share/wizards/server_wizard + install --mode=u=rw,g=r,o=r -p server.de.wpo ${prefix}/share/wizards/server_wizard + install --mode=u=rw,g=r,o=r -p server.es.wpo ${prefix}/share/wizards/server_wizard + install --mode=u=rw,g=r,o=r -p server.it.wpo ${prefix}/share/wizards/server_wizard + install --mode=a=r -p ./images/intranet.jpg ${prefix}/share/wizards/server_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/server_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/Serverconf.pm ${prefix}/share/wizards/server_wizard/scripts + find scripts -name "*.default" -exec cp '{}' ${prefix}/share/wizards/server_wizard/scripts \; + find scripts -name "*.patch" -exec cp '{}' ${prefix}/share/wizards/server_wizard/scripts \; + +run: + (su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/server_wizard/server.wiz") + +desktop: + cp -f desktop_data/server_wizard\ wiz ${HOME}/Desktop + cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/ diff --git a/web_wizard/Makefile b/web_wizard/Makefile new file mode 100644 index 00000000..4b69e29a --- /dev/null +++ b/web_wizard/Makefile @@ -0,0 +1,19 @@ + +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/web_wizard + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/web_wizard/scripts + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/web_wizard/images + install --mode=u=rw,g=r,o=r -p web.wiz ${prefix}/share/wizards/web_wizard + install --mode=u=rw,g=r,o=r -p web.en.wpo ${prefix}/share/wizards/web_wizard + install --mode=u=rw,g=r,o=r -p web.fr.wpo ${prefix}/share/wizards/web_wizard + install --mode=u=rw,g=r,o=r -p web.de.wpo ${prefix}/share/wizards/web_wizard + install --mode=u=rw,g=r,o=r -p web.es.wpo ${prefix}/share/wizards/web_wizard + install --mode=u=rw,g=r,o=r -p web.it.wpo ${prefix}/share/wizards/web_wizard + install --mode=a=r -p ./images/apache.jpg ${prefix}/share/wizards/web_wizard/images + install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/web_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/Webconf.pm ${prefix}/share/wizards/web_wizard/scripts + -- cgit v1.2.1