Development
遥控重起或远程调试?
必须采取措施了。。。beastie.frontfree.net再次在没有任何预兆的情况下停止响应了。。。
参与评论New CVSWeb functionality
I have noticed that my newly deployed CVSWeb utility has shown a new feature: more detailed diff.
Consider the following situation:
You have a line:
Please help me. I am in a hurry going to the plane.
gcc 3.4.1 will be imported to -HEAD and hence 5.3-RELEASE!!
Yes, I am not joking, this will happen soon!! Yeah!!
参与评论FreeBSD ports/69098
Just make a note…
http://www.freebsd.org/cgi/query-pr.cgi?pr=69098
参与评论pam-pgsql dropped to unmaintained!!
mat@ has dropped maintainership… I was waiting for pam-pgsql to be fixed and now I have to do that by myself :-)
Actually I am not so interested in a GPL’ed PAM module, so maybe I will write one from scratch…
Today, Alex Dupre has updated ZendOptimizer and I have installed it for FreeBSDChina.
参与评论2004年夏季自由与开源软件最新成果报告会
日 期:2004年7月24日 9:00-16:30
主 题:最近一年以来的中国在开源软件领域最新成果的展示
地 点:上海市复旦大学3209教室
主办方:上海自由软件社区(GeekBone.org)
承办方:复旦大学日月光华BBS Unix版
其中有关freebsd的内容包括两个方面:
1,有关freebsdchina.org的介绍
2,freebsd的最新进展
delphijfork 20040707 snapshot released
This should be a unstable release, however I hope more people to report problems they encounted.
As usual, it is at ftp.freebsdchina.org/pub/china_ports/delphijfork.
参与评论Compile options used for delphijfork-20040628
JFYI, it was released at the usual location, with BSDTAR installed by default. I tend to remove COMPAT4X and COMPAT3X in the next release.
CFLAGS=’-O2 -pipe’ WITH_BSDTAR=yes COMPAT4X=yes COMPAT3X=yes BOOTWAIT=0 ENABLE_SUID_K5SU=yes
参与评论给McKusick老伯发了一个46KB的patch...
主要是空格的问题。我打算接下来的一段时间琢磨琢磨SoftUpdates,如果这个patch能commit的话,delphijfork的diff一下就能减少46K :-)
参与评论Useful sed(1) regular expressions
Source code cleanup:
sed -i '' -E s/\ \ /\ /g *.c *.h
sed -i '' -E s/^\ \ \ \ \ \ \ \ /\ /g *.c *.h
sed -i '' -E s/\ \ \ \ \ \ \ \ \ /\ \ /g *.c *.h
sed -i '' -E s/\ +\$//g *.c *.h