Re: [arch] [ntop] rc.d script
2007/8/9, Mr FUBAR <[EMAIL PROTECTED]>: > I hope this script isn't as useless as my previous one. :D > Where is the previous one? BTW, see http://bugs.archlinux.org/task/7740 ;-) -- Roman Kyrylych (Роман Кирилич) ___ arch mailing list arch@archlinux.o
[arch] [ntop] rc.d script
I hope this script isn't as useless as my previous one. :D /etc/conf.d/ntop #!/bin/bash USER="nobody" NTOP_OPTS=" -u $USER" --- /etc/rc.d/ntop --- #!/bin/bash . /etc/rc.conf . /etc/rc.d/functions . /etc/conf.d/ntop PID=`cat /var/run/ntop.pi