mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
Ftpmonitor is a simple plasmoid for KDE 4, which monitors incoming connections to ftp daemons. It acts as a frontend to pure-ftpwho, ncftpd_spy and ftpwho for pure-ftpd, ncftpd and proftpd ftp daemons. For vsftpd it looks for output of ps ax. WWW: http://code.google.com/p/ftpmonitor/
11 lines
391 B
C
11 lines
391 B
C
--- ./src/ftpserver/proftpdmonitor.h.orig 2010-06-12 01:33:45.000000000 +0400
|
|
+++ ./src/ftpserver/proftpdmonitor.h 2010-06-15 22:42:56.463724571 +0400
|
|
@@ -55,7 +55,7 @@
|
|
{
|
|
|
|
if (whoPath=="")
|
|
- mFtpWhoCommand.bin = "/usr/sbin/" + ftpWhoBinaryName();
|
|
+ mFtpWhoCommand.bin = "/usr/local/bin/" + ftpWhoBinaryName();
|
|
else
|
|
mFtpWhoCommand.bin = whoPath + ftpWhoBinaryName();
|
|
|