4 lines
84 B
Text
4 lines
84 B
Text
|
#!/bin/sh
|
||
|
mkdir -p `grep "^scanlogd:" /etc/passwd | cut -d: -f6`
|
||
|
/usr/sbin/scanlogd
|