Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153372898
D18505.id51842.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D18505.id51842.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D18505: Remove the timed daemon.
Attached
Detach File
Event Timeline
Log In to Comment