diff options
-rw-r--r-- | client_wizard/Makefile | 6 | ||||
-rw-r--r-- | dhcp_wizard/Makefile | 10 | ||||
-rw-r--r-- | dns_wizard/Makefile | 10 | ||||
-rw-r--r-- | firewall_wizard/Makefile | 10 | ||||
-rw-r--r-- | ftp_wizard/Makefile | 10 | ||||
-rw-r--r-- | news_wizard/Makefile | 10 | ||||
-rw-r--r-- | postfix_wizard/Makefile | 10 | ||||
-rw-r--r-- | proxy_wizard/Makefile | 10 | ||||
-rw-r--r-- | samba_wizard/Makefile | 10 | ||||
-rw-r--r-- | server_wizard/Makefile | 10 | ||||
-rw-r--r-- | web_wizard/Makefile | 10 |
11 files changed, 53 insertions, 53 deletions
diff --git a/client_wizard/Makefile b/client_wizard/Makefile index b8d48f27..95e80e31 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=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 43d69901..619c0f6a 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=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 a36ea05f..df7c6965 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=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 50a99c13..fa2e0980 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=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 cb2c4628..7861bcac 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=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 965ef8e3..d4ece807 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=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 ef1bcb8f..2476e54f 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=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 a3865e26..6615a086 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=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 cf43cb24..50cea003 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=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 fa0a0fc0..1046b468 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=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 31850f40..f6820bd1 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=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 |