From 72de7bbf39af53a0d721f7f39c4383cef71712d9 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 25 Oct 2010 22:02:52 +0200 Subject: [PATCH] fsck: remove symlink from fsck.target to sysinit.target --- Makefile.am | 15 --------------- units/debian/fsck.target | 11 ----------- units/suse/fsck.target | 11 ----------- 3 files changed, 37 deletions(-) delete mode 100644 units/debian/fsck.target delete mode 100644 units/suse/fsck.target diff --git a/Makefile.am b/Makefile.am index b6cae4109..9c76fc807 100644 --- a/Makefile.am +++ b/Makefile.am @@ -305,17 +305,11 @@ endif if TARGET_DEBIAN_OR_UBUNTU dist_systemunit_DATA += \ - units/debian/fsck.target \ units/debian/umountfs.service \ units/debian/umountnfs.service \ units/debian/umountroot.service endif -if TARGET_SUSE -dist_systemunit_DATA += \ - units/suse/fsck.target -endif - if TARGET_GENTOO dist_systemunit_DATA += \ units/gentoo/xdm.service @@ -1230,15 +1224,6 @@ if TARGET_DEBIAN_OR_UBUNTU rm -f runlevel5.target && \ $(LN_S) multi-user.target runlevel5.target ) endif -if !TARGET_SUSE -if !TARGET_DEBIAN -if !TARGET_UBUNTU - ( cd $(DESTDIR)$(systemunitdir) && \ - rm -f fsck.target && \ - $(LN_S) sysinit.target fsck.target ) -endif -endif -endif DISTCHECK_CONFIGURE_FLAGS = \ --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \ diff --git a/units/debian/fsck.target b/units/debian/fsck.target deleted file mode 100644 index 5da9a4ff9..000000000 --- a/units/debian/fsck.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[Unit] -Description=File System Check diff --git a/units/suse/fsck.target b/units/suse/fsck.target deleted file mode 100644 index 5da9a4ff9..000000000 --- a/units/suse/fsck.target +++ /dev/null @@ -1,11 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -# See systemd.special(7) for details - -[Unit] -Description=File System Check -- 2.30.2