Firewall

For efforts in internationalising Puppy and solving problems in this area
Post Reply
Message
Author
User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Firewall

#1 Post by L18L »

Script firewall_install.sh is attached as firewall_install.sh.gz

Script /usr/sbin/firewallinstallshell:

Code: Select all

#!/bin/bash

/usr/sbin/firewall_install.sh

export TEXTDOMAIN=firewallinstallshell

echo
echo "$(gettext 'Firewall install script finished.')"
echo -n "$(gettext 'Press ENTER key to quit: ')"
read nnn
Use momanager which is included in recent official puppies to make your translations.
Have fun
Attachments
fw.png
(5.11 KiB) Downloaded 518 times
firewall_install.sh.gz
save to /usr/sbin/firewall_install.sh
chmod +x /usr/sbin/firewall_install.sh
(94.03 KiB) Downloaded 785 times

Post Reply