Skip to content

Commit

Permalink
svc/squashdir.{conf,init}d: removed -mount sufix
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Jan 9, 2015
1 parent f46d86f commit 38ab91b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install-dir : $(keep_DIRS)
install-doc : $(dist_EXTRA)
$(install_DATA) -D $(PACKAGE).1 $(DESTDIR)$(mandir)/man1/$(PACKAGE).1
$(install_DATA) -D $(PACKAGE).8 $(DESTDIR)$(mandir)/man8/$(PACKAGE).8
install-services: install-squashdir-mount-svc \
install-services: install-squashdir-svc \
install-zram-svc install-tmpdir-svc

$(dist_COMMON): .FORCE
Expand Down Expand Up @@ -123,7 +123,7 @@ uninstall-doc:
rm -f $(DESTDIR)$(mandir)/man1/$(PACKAGE).1
rm -f $(DESTDIR)$(mandir)/man8/$(PACKAGE).8
rm -f $(dist_EXTRA:%=$(DESTDIR)$(docdir)/%)
uninstall-services: uninstall-squashdir-mount-svc \
uninstall-services: uninstall-squashdir-svc \
uninstall-zram-svc uninstall-tmpdir-svc
uninstall-scripts-%sh:
rm -f $(DESTDIR)$(sbindir)/$(PACKAGE).$*sh
Expand Down
2 changes: 1 addition & 1 deletion svc/squashdir-mount.confd → svc/squashdir.confd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# $Header: mkinitramfs-ll/svc/squashdir-mount.confd, 2014/12/31 Exp $
# $Header: mkinitramfs-ll/svc/squashdir.confd, 2015/01/01 Exp $
#

# Squash directory root, where to put aufs hierchichal tree
Expand Down
6 changes: 3 additions & 3 deletions svc/squashdir-mount.initd → svc/squashdir.initd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/sbin/runscript
#
# $Header: mkinitramfs-ll/svc/squashdir-mount.initd Exp $
# $Author: (c) 2011-2014 -tclover <[email protected]> Exp $
# $Header: mkinitramfs-ll/svc/squashdir.initd Exp $
# $Author: (c) 2011-2015 -tclover <[email protected]> Exp $
# $License: 2-clause/new/simplified BSD Exp $
# $Version: 0.15.0 2014/12/31 12:33:03 Exp $
# $Version: 0.15.0 2015/01/01 12:33:03 Exp $
#

description="manage (AUFS+squashfs) squashed directories"
Expand Down

0 comments on commit 38ab91b

Please sign in to comment.