Gentoo Archives: gentoo-user

From: dexters84 <dexters84@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user]
Date: Fri, 04 Apr 2008 08:44:51
Message-Id: 47F5EA8A.20706@gmail.com
In Reply to: Re: [gentoo-user] by Neil Bothwick
1 Neil Bothwick pisze:
2 > On Fri, 04 Apr 2008 01:37:10 -0500, Dale wrote:
3 >
4 >
5 >> Maybe it was in braille? o_O
6 >>
7 >
8 > No, my screen was still smooth as well as blank :)
9 >
10 > I'd say the answer is a definite maybe.
11 >
12 >
13 >
14 There is nothing to laugh about - it's M$'s new mail filtering system.
15
16
17 if [ $user = $windows_live_user ] ; then do
18 case $user_requested_action in
19 linux_connected_activity)
20 $user_data > /dev/null
21 activate_bsod();
22 ;;
23 every_other_action)
24 tail /dev/random > $user_data
25 echo "Sending Your message - please wait"
26 sleep 10
27 activate_bsod()
28 ;;
29 done