Rename audioentropy to entropy to match upstream

This commit is contained in:
Dan Walsh 2012-01-06 11:52:44 -05:00
parent b3ef57fc19
commit 7cf580ebcc
3 changed files with 5 additions and 5 deletions

View File

@ -125,11 +125,11 @@ application = module
arpwatch = module
# Layer: services
# Module: audioentropy
# Module: entropy
#
# Generate entropy from audio input
#
audioentropy = module
entropy = module
# Layer: system
# Module: authlogin

View File

@ -160,11 +160,11 @@ application = module
arpwatch = module
# Layer: services
# Module: audioentropy
# Module: entropy
#
# Generate entropy from audio input
#
audioentropy = module
entropy = module
# Layer: system
# Module: authlogin

View File

@ -213,7 +213,7 @@ fi;
if [ -e /etc/selinux/%2/.rebuild ]; then \
rm /etc/selinux/%2/.rebuild; \
if [ %1 -ne 1 ]; then \
/usr/sbin/semodule -n -s %2 -r execmem openoffice ada tzdata hal hotplug howl java mono moilscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \
/usr/sbin/semodule -n -s %2 -r execmem openoffice ada tzdata hal hotplug howl java mono moilscanner gamin audio_entropy audioentropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \
fi \
rm -f /etc/selinux/%2/modules/active/modules/qemu.pp /etc/selinux/%2/modules/active/modules/nsplugin.pp \
/usr/sbin/semodule -B -n -s %2; \