summaryrefslogtreecommitdiffstats
path: root/extra/firestarter
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 23:29:48 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 23:29:48 +0100
commit400a53ca1b5c82c9ad40c662daf4bbe54a018003 (patch)
treedb81119f6f4927ade56c204f30ab69e9870c43a0 /extra/firestarter
parent23568da3b83487cb6d012914045d5ba1c3bcadca (diff)
downloadnutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.gz
nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.bz2
nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.xz
nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.zip
firestarter dans test
Diffstat (limited to 'extra/firestarter')
-rw-r--r--extra/firestarter/.footprint23
-rw-r--r--extra/firestarter/.md5sum1
-rw-r--r--extra/firestarter/Pkgfile23
-rw-r--r--extra/firestarter/post-install18
4 files changed, 0 insertions, 65 deletions
diff --git a/extra/firestarter/.footprint b/extra/firestarter/.footprint
deleted file mode 100644
index 9e39650e2..000000000
--- a/extra/firestarter/.footprint
+++ /dev/null
@@ -1,23 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/firestarter/
--rw-r--r-- root/root etc/firestarter/non-routables
-drwxr-xr-x root/root etc/gconf/
-drwxr-xr-x root/root etc/gconf/schemas/
--rw-r--r-- root/root etc/gconf/schemas/firestarter.schemas
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/firestarter
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/firestarter/
-drwxr-xr-x root/root usr/share/firestarter/glade/
--rw-r--r-- root/root usr/share/firestarter/glade/preferences.glade
-drwxr-xr-x root/root usr/share/gnome/
-drwxr-xr-x root/root usr/share/gnome/apps/
-drwxr-xr-x root/root usr/share/gnome/apps/Internet/
--rw-r--r-- root/root usr/share/gnome/apps/Internet/firestarter.desktop
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/firestarter.mo
-drwxr-xr-x root/root usr/share/pixmaps/
--rw-r--r-- root/root usr/share/pixmaps/firestarter.png
diff --git a/extra/firestarter/.md5sum b/extra/firestarter/.md5sum
deleted file mode 100644
index 2e5b178c9..000000000
--- a/extra/firestarter/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-f46860a9e16dac4b693bd05f16370b03 firestarter-1.0.3.tar.gz
diff --git a/extra/firestarter/Pkgfile b/extra/firestarter/Pkgfile
deleted file mode 100644
index d243c17a3..000000000
--- a/extra/firestarter/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Parefeu graphique
-# URL: http://www.fs-security.com/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: iptables, libgnomeui
-
-name=firestarter
-version=1.0.3
-release=1
-
-source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- sed -i 's|/sbin/iptables|/usr/sbin/iptables|' src/firestarter.c
- sed -i 's|/sbin/iptables|/usr/sbin/iptables|' src/netfilter-script.c
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var
- make
- make DESTDIR=$PKG install
-}
diff --git a/extra/firestarter/post-install b/extra/firestarter/post-install
deleted file mode 100644
index 6b91dd9fa..000000000
--- a/extra/firestarter/post-install
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-GNOME_VERSION=
-port=firestarter
-
-# gconf schemas
-SCHEMAS="`pkginfo -l $port | grep etc/gnome/$GNOME_VERSION/gconf/schemas/.*\.schemas$`"
-for SCHEMA in $SCHEMAS
-do
- export GCONF_CONFIG_SOURCE=`/opt/gnome/bin/gconftool-2 --get-default-source`
- /opt/gnome/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
-done
-
-# reload gconf caches
-if [ ! -z "`pidof gconfd-2`" ]
-then
- killall -HUP gconfd-2 > /dev/null
-fi