1 #!/bin/sh 2 3 /usr/sbin/groupadd clamav 4 /usr/sbin/useradd -g clamav -d /var/empty -s /bin/false clamav
Generated by cgit