[systemd-commits] fixme Makefile.am
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Sep 28 09:49:10 PDT 2010
Makefile.am | 4 +++-
fixme | 4 ----
2 files changed, 3 insertions(+), 5 deletions(-)
New commits:
commit 30b89475ee46b15b6876519da4c5fe0858bae8c8
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Sep 28 18:49:02 2010 +0200
build-sys: add missing header files to tarball
diff --git a/Makefile.am b/Makefile.am
index 370a3c6..980cb8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -409,6 +409,7 @@ EXTRA_DIST += \
src/list.h \
src/securebits.h \
src/linux/auto_dev-ioctl.h \
+ src/linux/fanotify.h \
src/initreq.h \
src/sd-daemon.h \
src/special.h \
@@ -417,7 +418,8 @@ EXTRA_DIST += \
src/cgroup-show.h \
src/utmp-wtmp.h \
src/build.h \
- src/shutdownd.h
+ src/shutdownd.h \
+ src/readahead-common.h
MANPAGES = \
man/systemd.1 \
diff --git a/fixme b/fixme
index 623a1d0..81d7d31 100644
--- a/fixme
+++ b/fixme
@@ -95,14 +95,10 @@
* readahead: btrfs/LVM SSD detection
-* LSB provides should only create targets, never aliases
-
* stability promise must say that #ifdef TARGET_XXX style distro compatibility will go away one day
* drop empty assignments for parse_env_file
-* #include "fanotify.h"
-
External:
* place /etc/inittab with explaining blurb.
More information about the systemd-commits
mailing list