Menu

#11 aprsd script disables ftp

open
nobody
Misc (8)
5
2004-03-17
2004-03-17
Rick Bolen
No

/etc/init.d/aprsd script disables ftp when starting aprsd
if ftp is managed by initd.

from /etc/init.d/aprsd:

...
case "$1" in

start)
update-inetd --disable ftp
echo -n "Starting APRS gateway: "
...

Not sure the history or purpose for this.

rickbol

Discussion


Log in to post a comment.