File blog.patch of Package blog

diff --git Makefile Makefile
index 1e542f5..3b3a05e 100644
--- Makefile
+++ Makefile
@@ -15,7 +15,7 @@ BOOT_FIFO	= /dev/blog
 DEBUG	 =
 DESTDIR	 =
 MAJOR	 :=	2
-MINOR	 :=	22
+MINOR	 :=	23
 VERSION	 :=	$(MAJOR).$(MINOR)
 DATE	 =	$(shell date +'%d%b%y' | tr '[:lower:]' '[:upper:]')
 COPTS    =
@@ -146,6 +146,9 @@ install:	$(TODO)
 	for target in default sysinit basic local-fs-pre rescue shutdown emergency initrd-switch-root; do \
 	    $(MKDIR) $(DESTDIR)$(SYSDUNITS)/$${target}.target.wants ; \
 	done
+	for service in systemd-ask-password-blog ; do \
+	    $(MKDIR) $(DESTDIR)$(SYSDUNITS)/$${target}.service.wants ; \
+	done
 	for unit in blog-quit.service ; do \
 	    $(LINK) ../$${unit} $(DESTDIR)$(SYSDUNITS)/default.target.wants/$${unit} ; \
 	    $(LINK) ../$${unit} $(DESTDIR)$(SYSDUNITS)/rescue.target.wants/$${unit} ; \
openSUSE Build Service is sponsored by