Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_portal Remove unneeded syslog() at unmount



details:   https://anonhg.NetBSD.org/src/rev/aa2cab2a2ace
branches:  trunk
changeset: 480653:aa2cab2a2ace
user:      bgrayson <bgrayson%NetBSD.org@localhost>
date:      Mon Jan 17 07:21:25 2000 +0000

description:
Remove unneeded syslog() at unmount

diffstat:

 sbin/mount_portal/mount_portal.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e6155d3bf5e7 -r aa2cab2a2ace sbin/mount_portal/mount_portal.c
--- a/sbin/mount_portal/mount_portal.c  Mon Jan 17 07:06:57 2000 +0000
+++ b/sbin/mount_portal/mount_portal.c  Mon Jan 17 07:21:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_portal.c,v 1.15 1999/08/16 06:34:50 bgrayson Exp $       */
+/*     $NetBSD: mount_portal.c,v 1.16 2000/01/17 07:21:25 bgrayson Exp $       */
 
 /*
  * Copyright (c) 1992, 1993, 1994
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_portal.c     8.6 (Berkeley) 4/26/95";
 #else
-__RCSID("$NetBSD: mount_portal.c,v 1.15 1999/08/16 06:34:50 bgrayson Exp $");
+__RCSID("$NetBSD: mount_portal.c,v 1.16 2000/01/17 07:21:25 bgrayson Exp $");
 #endif
 #endif /* not lint */
 
@@ -291,7 +291,6 @@
                        break;
                }
        }
-       syslog(LOG_INFO, "%s unmounted", mountpt);
        exit(0);
 }
 



Home | Main Index | Thread Index | Old Index