[Lunar-commits] r14980 - moonbase/trunk/games/fortune/profile.d
Jerry Lundström
prox at lunar-linux.org
Tue May 24 11:12:05 UTC 2005
Author: prox
Date: 2005-05-24 11:12:04 +0000 (Tue, 24 May 2005)
New Revision: 14980
Modified:
moonbase/trunk/games/fortune/profile.d/fortune.rc
Log:
Output in stderr insteed to fix scp issue. Scp would not work if fortune was runed seems scp<->scp reads stdout/in.
Modified: moonbase/trunk/games/fortune/profile.d/fortune.rc
===================================================================
--- moonbase/trunk/games/fortune/profile.d/fortune.rc 2005-05-24 04:33:18 UTC (rev 14979)
+++ moonbase/trunk/games/fortune/profile.d/fortune.rc 2005-05-24 11:12:04 UTC (rev 14980)
@@ -1,2 +1,2 @@
# this can be an annoyance!
-/usr/games/fortune
+/usr/games/fortune 1>&2
More information about the Lunar-commits
mailing list