Skip to content

Commit

Permalink
Move systemd files from /usr/lib/systemd/system to /lib/systemd/system.
Browse files Browse the repository at this point in the history
  • Loading branch information
FransUrbo committed Dec 28, 2014
1 parent 17b55e7 commit f912b17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
zfs-linux (0.6.3-24~6466b6~jessie) jessie; urgency=low

* Move systemd files.

-- Turbo Fredriksson <turbo@debian.org> Sun, 28 Dec 2014 19:19:01 +0100

zfs-linux (0.6.3-23~6466b6~jessie) jessie; urgency=low

* New upstream GIT tag.
Expand Down
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ override_dh_auto_install:
mkdir -p $(CURDIR)/debian/tmp/usr/sbin
mv $(CURDIR)/debian/tmp/bin/*.py $(CURDIR)/debian/tmp/usr/sbin/

mkdir -p $(CURDIR)/debian/tmp/lib/systemd/system
mv $(CURDIR)/debian/tmp/usr/lib/systemd/system/* $(CURDIR)/debian/tmp/lib/systemd/system/
rmdir $(CURDIR)/debian/tmp/usr/lib/systemd/system

find '$(CURDIR)/debian/tmp' -name '*~' | xargs rm

override_dh_installinit:
Expand Down
2 changes: 1 addition & 1 deletion debian/zfsutils.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ usr/share/man
etc/zfs/zed.d
usr/lib/x86_64-linux-gnu/zfs/zed.d
usr/sbin/*
usr/lib/systemd/system
lib/systemd/system

0 comments on commit f912b17

Please sign in to comment.