From e508c2afe554a12a8d312b088a58eadd61525dfa Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Tue, 20 Aug 2002 08:04:09 +0000 Subject: removed wpo --- client_wizard/Makefile | 6 +++--- dhcp_wizard/Makefile | 10 +++++----- dns_wizard/Makefile | 10 +++++----- firewall_wizard/Makefile | 10 +++++----- ftp_wizard/Makefile | 10 +++++----- news_wizard/Makefile | 10 +++++----- postfix_wizard/Makefile | 10 +++++----- proxy_wizard/Makefile | 10 +++++----- samba_wizard/Makefile | 10 +++++----- server_wizard/Makefile | 10 +++++----- web_wizard/Makefile | 10 +++++----- 11 files changed, 53 insertions(+), 53 deletions(-) diff --git a/client_wizard/Makefile b/client_wizard/Makefile index acaafd6e..b8d48f27 100644 --- a/client_wizard/Makefile +++ b/client_wizard/Makefile @@ -8,9 +8,9 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/client_wizard/scripts mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/client_wizard/images install --mode=u=rw,g=r,o=r -p client.wiz ${prefix}/share/wizards/client_wizard - install --mode=u=rw,g=r,o=r -p client.en.wpo ${prefix}/share/wizards/client_wizard - install --mode=u=rw,g=r,o=r -p client.fr.wpo ${prefix}/share/wizards/client_wizard - install --mode=u=rw,g=r,o=r -p client.de.wpo ${prefix}/share/wizards/client_wizard + + + install --mode=a=r -p ./images/DNS.jpg ${prefix}/share/wizards/client_wizard/images install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/client_wizard/scripts install --mode=u=rw,g=r,o=r -p scripts/Clientconf.pm ${prefix}/share/wizards/client_wizard/scripts diff --git a/dhcp_wizard/Makefile b/dhcp_wizard/Makefile index 822274f2..43d69901 100644 --- a/dhcp_wizard/Makefile +++ b/dhcp_wizard/Makefile @@ -8,11 +8,11 @@ install: 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 diff --git a/dns_wizard/Makefile b/dns_wizard/Makefile index 309ea881..a36ea05f 100644 --- a/dns_wizard/Makefile +++ b/dns_wizard/Makefile @@ -8,11 +8,11 @@ install: 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=rw,g=r,o=r -p scripts/Dnsconf.pm ${prefix}/share/wizards/dns_wizard/scripts install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/dns_wizard/scripts diff --git a/firewall_wizard/Makefile b/firewall_wizard/Makefile index 6e3aec62..50a99c13 100644 --- a/firewall_wizard/Makefile +++ b/firewall_wizard/Makefile @@ -7,11 +7,11 @@ install: 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 diff --git a/ftp_wizard/Makefile b/ftp_wizard/Makefile index ddd94078..cb2c4628 100644 --- a/ftp_wizard/Makefile +++ b/ftp_wizard/Makefile @@ -8,11 +8,11 @@ install: mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/ftp_wizard/scripts mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/ftp_wizard/images install --mode=u=rwx,g=rx,o=rx -p ftp.wiz ${prefix}/share/wizards/ftp_wizard - install --mode=u=rwx,g=rx,o=rx -p ftp.en.wpo ${prefix}/share/wizards/ftp_wizard - install --mode=u=rwx,g=rx,o=rx -p ftp.fr.wpo ${prefix}/share/wizards/ftp_wizard - install --mode=u=rwx,g=rx,o=rx -p ftp.de.wpo ${prefix}/share/wizards/ftp_wizard - install --mode=u=rwx,g=rx,o=rx -p ftp.es.wpo ${prefix}/share/wizards/ftp_wizard - install --mode=u=rwx,g=rx,o=rx -p ftp.it.wpo ${prefix}/share/wizards/ftp_wizard + + + + + install --mode=a=r -p ./images/FTP.jpg ${prefix}/share/wizards/ftp_wizard/images install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/ftp_wizard/scripts install --mode=u=rw,g=r,o=r -p scripts/ProFtpconf.pm ${prefix}/share/wizards/ftp_wizard/scripts diff --git a/news_wizard/Makefile b/news_wizard/Makefile index 497b6d31..965ef8e3 100644 --- a/news_wizard/Makefile +++ b/news_wizard/Makefile @@ -7,11 +7,11 @@ install: 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 diff --git a/postfix_wizard/Makefile b/postfix_wizard/Makefile index 98963fd4..ef1bcb8f 100644 --- a/postfix_wizard/Makefile +++ b/postfix_wizard/Makefile @@ -8,11 +8,11 @@ install: 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 diff --git a/proxy_wizard/Makefile b/proxy_wizard/Makefile index 3cd1c76c..a3865e26 100644 --- a/proxy_wizard/Makefile +++ b/proxy_wizard/Makefile @@ -7,11 +7,11 @@ install: 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 diff --git a/samba_wizard/Makefile b/samba_wizard/Makefile index 19a06c7a..cf43cb24 100644 --- a/samba_wizard/Makefile +++ b/samba_wizard/Makefile @@ -7,11 +7,11 @@ install: 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 diff --git a/server_wizard/Makefile b/server_wizard/Makefile index 98a9ef7f..fa0a0fc0 100644 --- a/server_wizard/Makefile +++ b/server_wizard/Makefile @@ -7,11 +7,11 @@ install: 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 diff --git a/web_wizard/Makefile b/web_wizard/Makefile index 4b69e29a..31850f40 100644 --- a/web_wizard/Makefile +++ b/web_wizard/Makefile @@ -8,11 +8,11 @@ install: 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