mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 05:28:01 +02:00
rename the daemon from plymouth to plymouthd
This commit is contained in:
parent
b4efa1c5d9
commit
677c3bd9cb
2 changed files with 8 additions and 8 deletions
|
|
@ -30,7 +30,7 @@ TMPDIR="$(mktemp -d $PWD/initrd.XXXXXXXXXX)"
|
|||
|
||||
(cd $TMPDIR
|
||||
zcat $INITRD | cpio --quiet -Hnewc -i --make-directories
|
||||
sed -i -e 's@^#!\(.*\)@#!/bin/plymouth \1\n@' init
|
||||
sed -i -e 's@^#!\(.*\)@#!/bin/plymouthd \1\n@' init
|
||||
#sed -i -e 's@setquiet@&\n/bin/rhgb-client --ask-for-password@' init
|
||||
(cd $LIBDIR
|
||||
DEPS=$(get_lib_deps ${LIBEXECDIR}/plymouth/plymouth ${LIBDIR}/plymouth/fedora-fade-in.so ${LIBDIR}/plymouth/text.so ${LIBDIR}/plymouth/details.so)
|
||||
|
|
@ -41,7 +41,7 @@ TMPDIR="$(mktemp -d $PWD/initrd.XXXXXXXXXX)"
|
|||
/sbin/ldconfig -n $LIB
|
||||
/sbin/ldconfig -n .${LIBDIR}
|
||||
|
||||
install -m755 ${LIBEXECDIR}/plymouth/plymouth bin
|
||||
install -m755 ${LIBEXECDIR}/plymouth/plymouthd bin
|
||||
install -m755 ${BINDIR}/rhgb-client bin
|
||||
|
||||
mkdir -p ${TMPDIR}$DATADIR/plymouth
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@ SUBDIRS = libply . splash-plugins rhgb-client tests
|
|||
INCLUDES = -I$(top_srcdir) \
|
||||
-I$(srcdir)/libply \
|
||||
-I$(srcdir)
|
||||
plymouthbindir = $(libexecdir)/plymouth
|
||||
plymouthbin_PROGRAMS = plymouth
|
||||
plymouthdbindir = $(libexecdir)/plymouth
|
||||
plymouthdbin_PROGRAMS = plymouthd
|
||||
|
||||
plymouth_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(libdir)/plymouth/\"
|
||||
plymouth_LDADD = $(PLYMOUTH_LIBS) libply/libply.la
|
||||
plymouth_SOURCES = \
|
||||
ply-boot-protocol.h \
|
||||
plymouthd_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(libdir)/plymouth/\"
|
||||
plymouthd_LDADD = $(PLYMOUTH_LIBS) libply/libply.la
|
||||
plymouthd_SOURCES = \
|
||||
ply-boot-protocol.h \
|
||||
ply-boot-server.h \
|
||||
ply-boot-server.c \
|
||||
ply-boot-splash-plugin.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue