DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦260310bd4⟧ TextFile

    Length: 130 (0x82)
    Types: TextFile
    Names: »checkmail«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦bfebc70e2⟧ »EurOpenD3/mail/sendmail-5.65b+IDA-1.4.3.tar.Z« 
        └─⟦f9e35cd84⟧ 
            └─⟦this⟧ »sendmail/ida/lib/checkmail« 

TextFile

#!/bin/sh
if [ $# -eq 0 ]; then
	PIDFILE=/etc/sendmail.pid
	/bin/ps wwu`cat ${PIDFILE}`
else
	ps wwuax | egrep 'USER|sendmail'
fi