diff --git a/pkg_conf/runit-logacct.conf b/pkg_conf/runit-logacct.conf new file mode 100644 index 0000000..64b4f72 --- /dev/null +++ b/pkg_conf/runit-logacct.conf @@ -0,0 +1,3 @@ +if pkginstalled embutils; then + var_append patchfiles ' ' $mnemosynedir/pkg_diff/runit-logacct_embutils.diff +fi diff --git a/pkg_diff/runit-logacct_embutils.diff b/pkg_diff/runit-logacct_embutils.diff new file mode 100644 index 0000000..162f91a --- /dev/null +++ b/pkg_diff/runit-logacct_embutils.diff @@ -0,0 +1,11 @@ +--- ./Makefile.orig 2006-06-20 17:26:41.000000000 +0200 ++++ ./Makefile 2006-06-20 17:46:34.000000000 +0200 +@@ -9,7 +9,7 @@ + @echo "nothing to do yet" + install: + install -m 755 src/sulogin.sh $(DESTDIR)$(SBINDIR)/sulogin +- for f in last wall mesg; do \ ++ for f in last wall; do \ + install -m 755 src/$$f.sh $(DESTDIR)$(BINDIR)/$$f ; \ + done + ln -snf last $(DESTDIR)$(BINDIR)/lastb