Re: on differnt port
adam morley <[email protected]> Sat, 19 Apr 2003 08:05:13 -0700
| Newsgroups | gmane.comp.djb.publicfile |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 19, 2003 at 05:18:17AM -0400, Alexandros Papadopoulos wrote: [snip] > > Also, I need to run just the http service and not the ftp > > service. > > # svc -d /public/ftpd You might also want to remove ftpd from /service in the event you are running it by default, otherwise it will restart @ boot. And svc -d /public/ftpd/log, so multilog isn't running in the background. so: svc -d /service/ftpd svc -d /service/ftp/log rm /service/ftpd (this only matters if its in /service, which it might not be) -- adam