Home | History | Annotate | Download | only in e2fsprogs

Lines Matching refs:uuidd

49 %package -n uuidd
56 %description -n uuidd
57 The uuidd package contains a userspace daemon (uuidd) which guarantees
77 # Add a dir that uuidd needs that the Makefiles don't create
101 %pre -n uuidd
102 getent group uuidd >/dev/null || groupadd -r uuidd
103 getent passwd uuidd >/dev/null || \
104 useradd -r -g uuidd -d /var/lib/libuuid -s /sbin/nologin \
105 -c "UUID generator helper daemon" uuidd
234 %files -n uuidd
237 # /etc/init.d/uuidd
238 %{_mandir}/man8/uuidd.8*
239 %attr(6755, uuidd, uuidd) %{_sbindir}/uuidd
240 %dir %attr(2775, uuidd, uuidd) /var/lib/libuuid