Annotation of researchv10no/cmd/netnews/misc/euuname.sh, revision 1.1

1.1     ! root        1: : From cbosg!mcnc!unc!smb Sat Feb 27 05:45:42 1982
        !             2: : Date: 27-Feb-82 05:45:41-EST
        !             3: 
        !             4: : Heres a shell file that should be distributed with netnews.
        !             5: : Its intended to be the program that replies to the mapping control
        !             6: : message, it extracts info from the L.sys file, add extra names, and
        !             7: : suppresses private ones.
        !             8: 
        !             9: : To use this, change the senduuname control message to call
        !            10: : LIBDIR/euuname instead of uuname, and install this script in that location.
        !            11: : the lists secret and extras are names you want deleted from added to
        !            12: : your uuname output.
        !            13: 
        !            14: PATH=/usr/ucb:/bin:/usr/bin
        !            15: export PATH
        !            16: cd /usr/lib/news
        !            17: trap "rm -f /tmp/nam$$; exit" 0 1 2
        !            18: sort secret >/tmp/nam$$
        !            19: echo Subject: edited uuname output enclosed
        !            20: ((cat extras; uuname) | sort | comm -23 - /tmp/nam$$) | uniq

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.