From eeb7627b44334eb246d2f49da490f67103ef29a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 28 Nov 2011 20:17:01 +0000 Subject: [PATCH] No mtab file. Changed files: Makefile -> 1.32 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5fc50f9..3d1a0c3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Very basic and very simple Makefile. Maybe it would be nice to make it # in ac/am.... but I'm too lazy ;) # -VERSION = 2.7.4 +VERSION = 2.8.0 CC = gcc OPT_FLAGS = -O2 -g @@ -16,7 +16,7 @@ SHRCDIR = $(ETCDIR)/shrc.d BIN_FILES = joinpasswd update-fstab postshell delpasswd DOCS = ChangeLog -ETC_FILES = filesystems fstab group host.conf hosts motd mtab \ +ETC_FILES = filesystems fstab group host.conf hosts motd \ netgroup passwd profile protocols resolv.conf securetty \ services shells suid_profile PROFILE_FILES = tmp-dir.csh tmp-dir.sh @@ -49,6 +49,7 @@ install: $(INSTALL) -d $(DESTDIR)/$(ENVDIR) $(INSTALL) $(BIN_FILES) $(DESTDIR)/$(SBINDIR) cd etc; $(INSTALL) $(ETC_FILES) $(DESTDIR)/$(ETCDIR) + ln -sf /proc/self/mounts $(DESTDIR)/$(ETCDIR)/mtab cd etc/profile.d; $(INSTALL) $(PROFILE_FILES) $(DESTDIR)/$(PROFILEDIR) cd etc/env.d; $(INSTALL) $(ENV_FILES) $(DESTDIR)/$(ENVDIR) -- 2.44.0