[beast: 6/9] LAUNCHERS: stop building and installing a bsescm wrapper



commit e6ecf77781b4c1350c093062d8450bd9616efd9b
Author: Tim Janik <timj gnu org>
Date:   Wed Oct 28 13:36:16 2015 +0100

    LAUNCHERS: stop building and installing a bsescm wrapper
    
    Signed-off-by: Tim Janik <timj gnu org>

 launchers/Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/launchers/Makefile.am b/launchers/Makefile.am
index f1e65b5..2cd1b27 100644
--- a/launchers/Makefile.am
+++ b/launchers/Makefile.am
@@ -8,16 +8,16 @@ AM_CXXFLAGS += $(LAUNCHER_CFLAGS) -DG_DISABLE_CONST_RETURNS
 #
 # programs to build
 #
-bin_PROGRAMS   = beast bsescm
+bin_PROGRAMS   = beast
 beast_SOURCES  = suidmain.c beaststart.c
-bsescm_SOURCES = suidmain.c bseshstart.c
 EXTRA_DIST    += suidmain.h
+# shell_SOURCES = suidmain.c bseshstart.c
 
 #
-# make beast and bsescm wrapper suid to allow renicing
+# make beast wrapper suid to allow renicing
 #
 install-exec-hook:     # runs after install-binPROGRAMS
        true \
-       && ( chown root $(DESTDIR)$(bindir)/beast $(DESTDIR)$(bindir)/bsescm   \
-       &&   chmod 4755 $(DESTDIR)$(bindir)/beast $(DESTDIR)$(bindir)/bsescm ) \
-       || ( echo "*** WARNING *** beast and bsescm need to be installed as root to allow renicing ***" && 
sleep 5 )
+       && ( chown root $(DESTDIR)$(bindir)/beast   \
+       &&   chmod 4755 $(DESTDIR)$(bindir)/beast ) \
+       || ( echo "*** WARNING *** $(DESTDIR)$(bindir)/beast needs to be installed as root to allow renicing 
***" && sleep 5 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]