HomeSort by relevance Sort by last modified time
    Searched refs:uuidd (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/debian/
uuid-runtime.prerm 3 if [ -x /usr/sbin/uuidd ]
5 /usr/sbin/uuidd -k || true
uuid-runtime.postrm 5 rm -rf /var/run/uuidd
uuid-runtime.postinst 10 chown libuuid:libuuid /usr/sbin/uuidd
11 chmod 6755 /usr/sbin/uuidd
rules 134 --disable-libuuid --disable-uuidd
142 --disable-uuidd --disable-tls \
146 --disable-uuidd --disable-tls \
150 --disable-uuidd --disable-tls \
  /external/e2fsprogs/misc/
uuidd.rc 3 # Provides: uuidd
8 # Short-Description: uuidd daemon
17 DAEMON=/usr/sbin/uuidd
18 PIDFILE=/var/run/uuidd/uuidd.pid
26 log_daemon_msg "Starting uuid generator" "uuidd"
31 log_daemon_msg "Stopping uuidd generator" "uuidd"
41 if test -f /var/run/uuidd.pid; then exit 2; fi
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}
    [all...]
Makefile.in 17 @UUIDD_CMT@UUIDD_PROG= uuidd
18 @UUIDD_CMT@UUIDD_MAN= uuidd.8
45 UUIDD_OBJS= uuidd.o
62 PROFILED_UUIDD_OBJS= profiled/uuidd.o
106 logsave.profiled filefrag.profiled uuidgen.profiled uuidd.profiled \
244 uuidd: $(UUIDD_OBJS) $(DEPLIBUUID)
246 $(Q) $(CC) $(ALL_LDFLAGS) -o uuidd $(UUIDD_OBJS) $(LIBUUID) $(LIBINTL)
248 uuidd.profiled: $(PROFILED_UUIDD_OBJS) $(PROFILED_DEPLIBUUID)
250 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o uuidd.profiled $(PROFILED_UUIDD_OBJS) \
361 uuidd.8: $(DEP_SUBSTITUTE) $(srcdir)/uuidd.8.i
    [all...]
  /external/e2fsprogs/
e2fsprogs.spec 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
    [all...]
configure     [all...]

Completed in 71 milliseconds