1. More build oddities
TOOLDIR=$TOPDIR/tools cd $BUILD_ROOT if [ ! -e bin ] then echo "\n\nBuilding binutils..." mkdir b-binutils cd b-binutils $TOOLDIR/binutils-$BINUTILS_VERSION/configure --target ...
2. "crontastic" script misbehaves [Archive] - The macosxhints Forums
mail -s "`hostname` monthly output" root' \ if !-e '/var/log/monthly.out' or -M '/var/log/monthly.out' > 30; For me, this script runs the daily script even though var/log/daily.out ...
3. [Dovecot] Migrate courierimapsubscribed to subscriptions
... usr/local/bin/courier-dovecot-subscribe-migrate like this: #!/bin/sh # WARNING: Be sure to use mail_drop_priv_before_exec=yes, # otherwise the files are created as root! if [ -e ...
4. AVL TREE
AVL TREE IMPLEMENTATION NODE delinfo(NODE root,int e,int *taller) { NODE node; if(!root) { printf("\n\tTree is empty!Underflow!!!"); return root; } if(e<root->info) ...
5. #2409 (Allow for booting from usb device) – OpenWrt
... working copy) @@ -59,7 +59,17 @@ echo "$HOTPLUG" > /proc/sys/kernel/hotplug eval ${FAILSAFE:+failsafe} lock -w /tmp/.failsafe -mount_root +{ + if [ -e /etc ...
6. 制备脂质体时为何加入胆固醇后包封药物量反而 ...
复合磷脂脂质体也适用于皮肤保养。 <br/><br/><font color=#0556A3>参考文献:</font> http://www.rootife.com.cn/main12.htm
7. Re: X11 window appearance
... PaintShadow (e.xcrossing.window, 0); } break; case FocusIn: if (e.xfocus.detail != NotifyPointer) { if (e.xfocus.window == root) { if (e.xfocus.detail ...
8. www.freewrt.org
# make /tmp/.bitchxrc as many servers ban root. if [ ! -e /tmp/.bitchxrc ] then. echo "IRCUSER FreeWRT" >/tmp/.bitchxrc. echo "IRCNAME FreeWRT User!"
9. AppleWM_xshadow.c (Re: X11 window appearance)
... PaintShadowCheckMapped (e.xcrossing.window, 0); } break; case FocusIn: if (e.xfocus.detail != NotifyPointer) { if (e.xfocus.window == root) { if (e ...
10. Ensure that cron scripts run - Mac OS X Hints
system "sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`hostname` monthly output" root" if !-e '/var/log/monthly.out' or -M '/var/log/monthly.out' > 30;