Path: utzoo!hoptoad!gnu From: gnu@hoptoad.uucp (John Gilmore) Newsgroups: alt.sources Subject: /* ONLY POST SOURCES HERE, NOT QUESTIONS */ Message-ID: <6092@hoptoad.uucp> Date: 21 Dec 88 09:45:16 GMT Organization: Grasshopper Group in San Francisco Lines: 20 #include int main() { printf("I created this newsgroup as an unmoderated place to post sources.\n"); printf("If you want to ask for sources, ask in comp.sources.wanted.\n"); printf("If you want to talk about sources, talk in comp.sources.d.\n"); printf("If you want to discuss bugs, discuss in comp.sources.bugs.\n"); printf("This group is for source code only!\n"); printf("\n"); printf("Thank you...\n"); printf("-- \n"); printf("John Gilmore {sun,pacbell,uunet,pyramid,amdahl}!hoptoad!gnu"); printf(" gnu@toad.com\n\t\t\"The network *is* the confuser.\"\n"); return 0; } -- John Gilmore {sun,pacbell,uunet,pyramid,amdahl}!hoptoad!gnu gnu@toad.com "The network *is* the confuser."