aboutsummaryrefslogtreecommitdiffstats
path: root/packages/imspector
diff options
context:
space:
mode:
authorRyan Wagoner <rsw686@pfsense.org>2006-12-02 22:21:31 +0000
committerRyan Wagoner <rsw686@pfsense.org>2006-12-02 22:21:31 +0000
commit04ff70e3382950c844ff64f8d9155f2e4e572b6d (patch)
tree7eb16c990f887efedc161962c76bcc39fe989fb8 /packages/imspector
parentc24b3dd9af69f534d703fdf90b834a395fa19254 (diff)
downloadpfsense-packages-04ff70e3382950c844ff64f8d9155f2e4e572b6d.tar.gz
pfsense-packages-04ff70e3382950c844ff64f8d9155f2e4e572b6d.tar.bz2
pfsense-packages-04ff70e3382950c844ff64f8d9155f2e4e572b6d.zip
remove uneeded files since were using port and fix mysql linking issue
Diffstat (limited to 'packages/imspector')
-rw-r--r--packages/imspector/imspector.badwords86
-rw-r--r--packages/imspector/imspector.xml3
2 files changed, 2 insertions, 87 deletions
diff --git a/packages/imspector/imspector.badwords b/packages/imspector/imspector.badwords
deleted file mode 100644
index fd5bcd7a..00000000
--- a/packages/imspector/imspector.badwords
+++ /dev/null
@@ -1,86 +0,0 @@
-twat
-son-of-a-bitch
-shyty
-shytty
-shyte
-shyt
-shitz
-shity
-shitty
-shitting
-shitter
-shitted
-shiting
-shited
-shit
-sh1tz
-sh1tter
-sh1ts
-sh1ter
-sh1t
-sh!t
-schlong
-poonani
-polak
-polack
-polac
-piss off
-piss
-phuq
-phuks
-phukking
-phukker
-phukked
-phuking
-phuker
-phuked
-phuk
-phuck
-phuc
-kuntz
-kunts
-kunt
-fuks
-fukk
-fukin
-fuker
-fuken
-fukah
-fuk
-fudge packer
-fucks
-fuckme
-fucking
-fuckin
-fucker
-fucked
-fuck
-cunt
-cock-suck
-cocksuck
-cock-head
-cockhead
-cntz
-cnts
-bastard
-bassterds
-azzhole
-asswipe
-assholz
-asshole
-assh0le
-assface
-wanker
-wank
-bollock
-nobjockey
-feck
-fack
-beeatch
-mo fo
-fcuk
-shize
-clagnuts
-dickhead
-dickbrain
-kahnt
diff --git a/packages/imspector/imspector.xml b/packages/imspector/imspector.xml
index e43bf63a..f7eac5e2 100644
--- a/packages/imspector/imspector.xml
+++ b/packages/imspector/imspector.xml
@@ -97,9 +97,10 @@
sync_package_imspector();
</custom_php_resync_config_command>
<custom_php_install_command>
- sync_package_imspector();
+ exec("/sbin/ldconfig -m /usr/local/lib/mysql");
</custom_php_install_command>
<custom_php_deinstall_command>
exec("rm -f /usr/local/etc/rc.d/imspector*");
+ exec("/sbin/ldconfig -R");
</custom_php_deinstall_command>
</packagegui>