summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client_wizard/Makefile2
-rw-r--r--dhcp_wizard/Makefile2
-rw-r--r--dns_wizard/Makefile2
-rw-r--r--firewall_wizard/Makefile2
-rw-r--r--ftp_wizard/Makefile2
-rw-r--r--news_wizard/Makefile2
-rw-r--r--postfix_wizard/Makefile2
-rw-r--r--proxy_wizard/Makefile2
-rw-r--r--samba_wizard/Makefile2
-rw-r--r--server_wizard/Makefile2
-rw-r--r--web_wizard/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/client_wizard/Makefile b/client_wizard/Makefile
index 95e80e31..24472efe 100644
--- a/client_wizard/Makefile
+++ b/client_wizard/Makefile
@@ -11,7 +11,7 @@ install:
- install --mode=a=r -p ./images/DNS.jpg ${prefix}/share/wizards/client_wizard/images
+ install --mode=a=r -p ./images/DNS.png ${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 619c0f6a..8add9a85 100644
--- a/dhcp_wizard/Makefile
+++ b/dhcp_wizard/Makefile
@@ -13,7 +13,7 @@ install:
- install --mode=a=r -p ./images/DHCP.jpg ${prefix}/share/wizards/dhcp_wizard/images
+ install --mode=a=r -p ./images/DHCP.png ${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
diff --git a/dns_wizard/Makefile b/dns_wizard/Makefile
index df7c6965..97018a3f 100644
--- a/dns_wizard/Makefile
+++ b/dns_wizard/Makefile
@@ -13,7 +13,7 @@ install:
- install --mode=a=r -p ./images/DNS.jpg ${prefix}/share/wizards/dns_wizard/images
+ install --mode=a=r -p ./images/DNS.png ${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
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
index fa2e0980..f838c6a9 100644
--- a/firewall_wizard/Makefile
+++ b/firewall_wizard/Makefile
@@ -12,7 +12,7 @@ install:
- install --mode=a=r -p ./images/firewall.jpg ${prefix}/share/wizards/firewall_wizard/images
+ install --mode=a=r -p ./images/firewall.png ${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 \;
diff --git a/ftp_wizard/Makefile b/ftp_wizard/Makefile
index 7861bcac..30988dd1 100644
--- a/ftp_wizard/Makefile
+++ b/ftp_wizard/Makefile
@@ -13,7 +13,7 @@ install:
- install --mode=a=r -p ./images/FTP.jpg ${prefix}/share/wizards/ftp_wizard/images
+ install --mode=a=r -p ./images/FTP.png ${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 d4ece807..27ec47ef 100644
--- a/news_wizard/Makefile
+++ b/news_wizard/Makefile
@@ -12,7 +12,7 @@ install:
- install --mode=a=r -p ./images/news.jpg ${prefix}/share/wizards/news_wizard/images
+ install --mode=a=r -p ./images/news.png ${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 \;
diff --git a/postfix_wizard/Makefile b/postfix_wizard/Makefile
index 6edf819f..67db1e59 100644
--- a/postfix_wizard/Makefile
+++ b/postfix_wizard/Makefile
@@ -10,7 +10,7 @@ install:
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/Postfixconf.pm ${prefix}/share/wizards/postfix_wizard/scripts
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
+ install --mode=u=rwx,g=rx,o=rx -p images/*.png ${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")
diff --git a/proxy_wizard/Makefile b/proxy_wizard/Makefile
index 6615a086..22bd300d 100644
--- a/proxy_wizard/Makefile
+++ b/proxy_wizard/Makefile
@@ -12,7 +12,7 @@ install:
- install --mode=a=r -p ./images/proxy.jpg ${prefix}/share/wizards/proxy_wizard/images
+ install --mode=a=r -p ./images/proxy.png ${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 \;
diff --git a/samba_wizard/Makefile b/samba_wizard/Makefile
index 50cea003..0414f982 100644
--- a/samba_wizard/Makefile
+++ b/samba_wizard/Makefile
@@ -12,7 +12,7 @@ install:
- install --mode=a=r -p ./images/samba.jpg ${prefix}/share/wizards/samba_wizard/images
+ install --mode=a=r -p ./images/samba.png ${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 \;
diff --git a/server_wizard/Makefile b/server_wizard/Makefile
index 1046b468..506be383 100644
--- a/server_wizard/Makefile
+++ b/server_wizard/Makefile
@@ -12,7 +12,7 @@ install:
- install --mode=a=r -p ./images/intranet.jpg ${prefix}/share/wizards/server_wizard/images
+ install --mode=a=r -p ./images/intranet.png ${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 \;
diff --git a/web_wizard/Makefile b/web_wizard/Makefile
index f6820bd1..529bb696 100644
--- a/web_wizard/Makefile
+++ b/web_wizard/Makefile
@@ -13,7 +13,7 @@ install:
- install --mode=a=r -p ./images/apache.jpg ${prefix}/share/wizards/web_wizard/images
+ install --mode=a=r -p ./images/apache.png ${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