Page MenuHomeFreeBSD

D18505.id51842.diff
No OneTemporary

D18505.id51842.diff

Index: bin/date/Makefile
===================================================================
--- bin/date/Makefile
+++ bin/date/Makefile
@@ -5,7 +5,7 @@
PACKAGE=runtime
PROG= date
-SRCS= date.c netdate.c vary.c
+SRCS= date.c vary.c
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
Index: bin/date/Makefile.depend
===================================================================
--- bin/date/Makefile.depend
+++ bin/date/Makefile.depend
@@ -4,7 +4,6 @@
DIRDEPS = \
gnu/lib/csu \
include \
- include/protocols \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
Index: bin/date/date.c
===================================================================
--- bin/date/date.c
+++ bin/date/date.c
@@ -370,7 +370,7 @@
if (!jflag) {
/* set the time */
- if (nflag || netsettime(tval)) {
+ if (nflag ) {
utx.ut_type = OLD_TIME;
memset(utx.ut_id, 0, sizeof(utx.ut_id));
(void)gettimeofday(&utx.ut_tv, NULL);
Index: usr.sbin/Makefile
===================================================================
--- usr.sbin/Makefile
+++ usr.sbin/Makefile
@@ -201,7 +201,6 @@
SUBDIR.${MK_SENDMAIL}+= sendmail
SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk
SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch
-SUBDIR.${MK_TIMED}+= timed
SUBDIR.${MK_TOOLCHAIN}+= config
SUBDIR.${MK_TOOLCHAIN}+= crunch
SUBDIR.${MK_UNBOUND}+= unbound

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 7:03 PM (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31926755
Default Alt Text
D18505.id51842.diff (1 KB)

Event Timeline