[IRCServices] Services 5.0.13 released

Craig McLure Craig at chatspike.net
Mon Mar 3 19:05:47 PST 2003


[irc at pluto irc]$ touch a
[irc at pluto irc]$ rm -f b
[irc at pluto irc]$ test a -nt b
[irc at pluto irc]$ echo $?
1

GNU bash, version 2.04.21(1)-release (i386-redhat-linux-gnu)
Copyright 1999 Free Software Foundation, Inc.

Running on Redhat 7.1 




-----------------------------------------------------------------------
Craig McLure - Craig at chatspike.net
ChatSpike - The users network: http://www.chatspike.net  
InspIRCd - Modular IRC server: http://www.inspircd.org
-----------------------------------------------------------------------

============ Original Message ============
>From     : "Andrew Church" <achurch at achurch.org>
>Reply-To : ircservices at ircservices.za.net
>To       : ircservices at ircservices.za.net
>Subject  : Re: Re: [IRCServices] Services 5.0.13 released
>Date     : 2003-03-04
>
>
>>I'm wondering whether this is anything to do with:
>>
>>#define MODULE_VERSION_CODE   0x05000C        /* 5.0.12 */
>>
>>in the modules.h for 5.0.13?
>
>     This is correct--it means the interface hasn't changed since that
>version.
>
>>That said, it compiled fine for me using the 5.0.13 diff patch under
>>debian woody.
>
>     I suspect this is a problem with differing implementations of
>"test file1 -nt file2" in various shells.  To the people who are having
>problems, try the following (note, it will delete any file named "b" in the
>current directory):
>	touch a
>	rm -f b
>	test a -nt b
>	echo $?
>If it prints "1", let me know what shell and version you're using--I'll see
>about doing a workaround.
>
>  --Andrew Church
>    achurch at achurch.org
>    http://achurch.org/
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices
>.
========= End of Original Message =========