Package: plymouth Version: 0.8.3-18 Severity: minor Tags: patch after using plymouth-set-default-theme creates /null file
Here is the patch: http://paste.debian.net/103968 And the quote: *** plymouth-orig/usr/sbin/plymouth-set-default-theme 2010-11-20 19:00:39.000000000 +0300 --- plymouth/usr/sbin/plymouth-set-default-theme 2011-01-07 14:27:21.000000000 +0300 *************** *** 175,181 **** [ -L ${PLYMOUTH_DATADIR}/plymouth/themes/default.plymouth ] && rm -f ${PLYMOUTH_DATADIR}/plymouth/themes/default.plymouth [ -d ${PLYMOUTH_CONFDIR} ] || mkdir -p ${PLYMOUTH_CONFDIR} ! grep -q '^[[]Daemon[]]' ${PLYMOUTH_CONFDIR}/plymouthd.conf 2> /null || echo '[Daemon]' >> ${PLYMOUTH_CONFDIR}/plymouthd.conf sed -i -e '/^Theme[[:blank:]]*=.*/d' ${PLYMOUTH_CONFDIR}/plymouthd.conf sed -i -e "s/^\([[]Daemon[]]\)\n*/\1\nTheme=${THEME_NAME}/" ${PLYMOUTH_CONFDIR}/plymouthd.conf

