diff options
Diffstat (limited to 'sbin/mount_portal/mount_portal.c')
-rw-r--r-- | sbin/mount_portal/mount_portal.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index 6de71ea947e7b..d3fa3c3a0dce2 100644 --- a/sbin/mount_portal/mount_portal.c +++ b/sbin/mount_portal/mount_portal.c @@ -45,7 +45,7 @@ char copyright[] = static char sccsid[] = "@(#)mount_portal.c 8.6 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$Id: mount_portal.c,v 1.13 1998/07/06 07:19:25 charnier Exp $"; + "$Id$"; #endif /* not lint */ #include <sys/param.h> @@ -190,9 +190,7 @@ main(argc, argv) /* * Everything is ready to go - now is a good time to fork */ -#ifndef DEBUG daemon(0, 0); -#endif /* * Start logging (and change name) |