Browse Source

* fixed embedded mnemosyne by patching runit-logacct to not install `mesg` replacement if embutils was built

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
059b2d069e
2 changed files with 14 additions and 0 deletions
  1. +3
    -0
      pkg_conf/runit-logacct.conf
  2. +11
    -0
      pkg_diff/runit-logacct_embutils.diff

+ 3
- 0
pkg_conf/runit-logacct.conf

@ -0,0 +1,3 @@
if pkginstalled embutils; then
var_append patchfiles ' ' $mnemosynedir/pkg_diff/runit-logacct_embutils.diff
fi

+ 11
- 0
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

Loading…
Cancel
Save