diff options
author | Karel Zak <kzak@redhat.com> | 2012-05-31 10:55:14 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2012-06-26 20:48:22 +0200 |
commit | 68f6645a7ebc065bae0376fd0d0d5c9b38d1059f (patch) | |
tree | 4263fc71f17ee3ccad50fb83ba71d31217e13bc7 | |
parent | bafe1a75a326646083d2b653578f218531bdc0b8 (diff) | |
download | util-linux-68f6645a7ebc065bae0376fd0d0d5c9b38d1059f.tar.gz |
tools: cleanup config-gen.d
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | tools/config-gen.d/audit.conf | 1 | ||||
-rw-r--r-- | tools/config-gen.d/devel-new-mount.conf | 8 | ||||
-rw-r--r-- | tools/config-gen.d/devel.conf | 1 | ||||
-rw-r--r-- | tools/config-gen.d/old-mount.conf | 3 | ||||
-rw-r--r-- | tools/config-gen.d/selinux.conf | 1 |
5 files changed, 3 insertions, 11 deletions
diff --git a/tools/config-gen.d/audit.conf b/tools/config-gen.d/audit.conf index 236f9b22..604b78db 100644 --- a/tools/config-gen.d/audit.conf +++ b/tools/config-gen.d/audit.conf @@ -1,4 +1,3 @@ include:core.conf --with-audit ---enable-login-utils diff --git a/tools/config-gen.d/devel-new-mount.conf b/tools/config-gen.d/devel-new-mount.conf deleted file mode 100644 index 528c5e31..00000000 --- a/tools/config-gen.d/devel-new-mount.conf +++ /dev/null @@ -1,8 +0,0 @@ -include:all.conf -include:audit.conf -include:selinux.conf -include:static.conf - ---enable-gtk-doc ---enable-new-mount ---with-utempter diff --git a/tools/config-gen.d/devel.conf b/tools/config-gen.d/devel.conf index 2a079742..6da22513 100644 --- a/tools/config-gen.d/devel.conf +++ b/tools/config-gen.d/devel.conf @@ -4,5 +4,4 @@ include:selinux.conf include:static.conf --enable-gtk-doc ---enable-libmount-mount --with-utempter diff --git a/tools/config-gen.d/old-mount.conf b/tools/config-gen.d/old-mount.conf new file mode 100644 index 00000000..756c9b8c --- /dev/null +++ b/tools/config-gen.d/old-mount.conf @@ -0,0 +1,3 @@ +include:core.conf + +--enable-deprecated-mount diff --git a/tools/config-gen.d/selinux.conf b/tools/config-gen.d/selinux.conf index 4da627cc..288cf552 100644 --- a/tools/config-gen.d/selinux.conf +++ b/tools/config-gen.d/selinux.conf @@ -1,4 +1,3 @@ include:core.conf --with-selinux ---enable-login-utils |