Opened 11 years ago

Closed 11 years ago

#3300 closed task (fixed)

Systemd 198

Reported by: Armin Owned by: Matthew Burgess
Priority: normal Milestone: 7.4
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (5)

comment:1 by Matthew Burgess, 11 years ago

Owner: changed from lfs-book@… to Matthew Burgess
Status: newassigned

comment:2 by bdubbs@…, 11 years ago

You may need this.

diff -Naur udev-lfs-197-2/Makefile.lfs udev-lfs-198-1/Makefile.lfs
--- udev-lfs-197-2/Makefile.lfs 2013-01-11 12:34:05.000000000 -0600
+++ udev-lfs-198-1/Makefile.lfs 2013-03-12 17:49:02.000000000 -0500
@@ -4,8 +4,8 @@
 # vim: tabstop=3
 
 SHELL=/bin/bash
-SYSTEMD_VERSION=197
-VERSION=197-2
+SYSTEMD_VERSION=198
+VERSION=198-1
 
 ifeq ($(V),)
  VB = @
@@ -80,7 +80,9 @@
               dev-setup.c   \
               sd-login.c    \
               sd-daemon.c   \
-              time-util.c
+              time-util.c   \
+              fileio.c      \
+              strxcpyx.c
 
 COMMON_OBJS := $(addprefix build/, $(COMMON_SRCS:.c=.o))

comment:3 by Matthew Burgess, 11 years ago

Resolution: fixed
Status: assignedclosed

Thanks, Bruce! Fixed in r10200.

comment:4 by bdubbs@…, 11 years ago

Resolution: fixed
Status: closedreopened

The change is not in the svn udev-lfs svn directory.

udev-lfs-198-1.tar.bz2 is not on anduin

comment:5 by Matthew Burgess, 11 years ago

Resolution: fixed
Status: reopenedclosed

Makefile.lfs fixes committed in r10205, and tarball uploaded to Anduin. Thanks for keeping me right!

Note: See TracTickets for help on using tickets.