This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -urNp /usr/ports/lang/ruby19/work/ruby-1.9.1-p376/ext/openssl/ossl.c /usr/ports/lang/ruby19/work/ruby-1.9.1-p376-openssl1.0/ext/openssl/ossl.c | |
--- /usr/ports/lang/ruby19/work/ruby-1.9.1-p376/ext/openssl/ossl.c 2010-06-18 10:46:06.000000000 +0000 | |
+++ /usr/ports/lang/ruby19/work/ruby-1.9.1-p376-openssl1.0/ext/openssl/ossl.c 2010-06-18 10:41:19.000000000 +0000 | |
@@ -92,7 +92,7 @@ ossl_x509_ary2sk(VALUE ary) | |
#define OSSL_IMPL_SK2ARY(name, type) \ | |
VALUE \ | |
-ossl_##name##_sk2ary(STACK *sk) \ | |
+ossl_##name##_sk2ary(STACK_OF(type) *sk) \ | |
{ \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- orignick.c 2010-06-19 19:33:15.000000000 +0000 | |
+++ orignick6.c 2010-06-19 21:13:12.000000000 +0000 | |
@@ -6,6 +6,7 @@ | |
* * | |
* AUTHOR: * | |
* v9/[email protected], realhalo.org. (* model) * | |
+ * Estella/Estella@Mystagic, mystagic.com (ipv6 port) * | |
* * | |
* COMPILE: * | |
* # cc orignick.c -o orignick -lcrypt * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* [ ORIGNICK: irc bot -- version X+final+++. ] ****************************** | |
* irc bot for obtaining names stored in a file, looping until one is found. * | |
* supports general irc functions, channel invite/(re)joining, random * | |
* nicknames, backgrounding, server list, quit priority, passwd auth, debug * | |
* and other misc. functions. * | |
* * | |
* AUTHOR: * | |
* v9/[email protected], realhalo.org. (* model) * | |
* Estella/Estella@Mystagic, mystagic.com (ipv6 port) * | |
* * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To run screen as non-root: | |
chmod 0111 /usr/local/bin/screen | |
chown nobody:utmp /usr/local/bin/screen | |
# Run this. Add into /etc/rc.local as well if you have clear_tmp_enable="YES" | |
install -d -o root -g wheel -m 1777 /tmp/uscreens | |
Add this to /usr/local/etc/pkgtools.conf in the AFTERINSTALL block as so for auto fixing screen on portupgrade: | |
AFTERINSTALL = { |
NewerOlder