Skip to content

Commit

Permalink
replace logger with NetBSD version
Browse files Browse the repository at this point in the history
closes #265

Change-Id: I31cb8e0ae57cc2c18a6aab1d2749818e1656c294
  • Loading branch information
csimons authored and sambuc committed Oct 27, 2018
1 parent 2ffe8da commit 03704f4
Show file tree
Hide file tree
Showing 8 changed files with 330 additions and 292 deletions.
2 changes: 1 addition & 1 deletion minix/commands/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUBDIR= at backup \
gcov-pull \
ifdef \
intr isoread \
loadkeys loadramdisk logger look lp \
loadkeys loadramdisk look lp \
lpd lspci mail MAKEDEV \
minix-service mount mt netconf \
prep printroot \
Expand Down
3 changes: 0 additions & 3 deletions minix/commands/logger/Makefile

This file was deleted.

100 changes: 0 additions & 100 deletions minix/commands/logger/logger.1

This file was deleted.

187 changes: 0 additions & 187 deletions minix/commands/logger/logger.c

This file was deleted.

2 changes: 1 addition & 1 deletion usr.bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SUBDIR= asa \
getopt \
head hexdump id indent infocmp ipcrm ipcs join jot \
lam last ldd leave \
locale lock login logname lorder m4 \
locale lock logger login logname lorder m4 \
machine make man menuc mesg \
mkcsmapper mkdep mkesdb mkfifo mklocale mkstr mktemp \
msgc \
Expand Down
8 changes: 8 additions & 0 deletions usr.bin/logger/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $NetBSD: Makefile,v 1.4 2007/05/28 12:06:28 tls Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93

USE_FORT?= yes # network client

PROG= logger

.include <bsd.prog.mk>
Loading

0 comments on commit 03704f4

Please sign in to comment.