summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sup/supfilesrv/supfilesrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sup/supfilesrv/supfilesrv.c')
-rw-r--r--usr.sbin/sup/supfilesrv/supfilesrv.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/sup/supfilesrv/supfilesrv.c b/usr.sbin/sup/supfilesrv/supfilesrv.c
index bd220fa..67c90d2 100644
--- a/usr.sbin/sup/supfilesrv/supfilesrv.c
+++ b/usr.sbin/sup/supfilesrv/supfilesrv.c
@@ -42,6 +42,9 @@
* across the network to save BandWidth
*
* $Log: supfilesrv.c,v $
+ * Revision 1.3 1996/02/06 18:48:03 pst
+ * Setproctitle some useful information
+ *
* Revision 1.2 1995/12/26 05:03:11 peter
* Apply ports/net/sup/patches/patch-aa...
*
@@ -846,8 +849,7 @@ setup ()
#endif
if (release == NULL)
release = salloc (DEFRELEASE);
- setproctitle("supfilesrv: serving %s/%s to %s",
- collname, release, remotehost());
+ setproctitle("%s/%s to %s", collname, release, remotehost());
if (basedir == NULL || *basedir == '\0') {
basedir = NULL;
(void) sprintf (buf,FILEDIRS,DEFDIR);
OpenPOWER on IntegriCloud