On Thu, 16 May 2002, Neil Brown wrote: > > [root]# cat /usr/local/sbin/raidalert: > > > > #!/bin/bash > > # > > # > > > > logger -p kern.crit -t RAID > > > > > Try > logger -p kern.crit -t RAID $* > > the program doesn't get anything on stdin. I just gets 2 or three > command-line arguments. Oh, I see! Yes, this way it does work... :) Maybe you should explain this explicitly or even add the above example to the docs. D. - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html