36edc78288
SVN-Revision: 3186
3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p `grep "^scanlogd:" /etc/passwd | cut -d: -f6`
|
|
/usr/sbin/scanlogd
|