HomeSort by relevance Sort by last modified time
    Searched refs:uuidd (Results 1 - 7 of 7) 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 159 --disable-libuuid --disable-uuidd
179 --disable-uuidd --disable-tls --disable-debugfs
182 --disable-uuidd --disable-tls
185 --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 20 @UUIDD_CMT@UUIDD_PROG= uuidd
21 @UUIDD_CMT@UUIDD_MAN= uuidd.8
49 UUIDD_OBJS= uuidd.o
67 PROFILED_UUIDD_OBJS= profiled/uuidd.o
111 logsave.profiled filefrag.profiled uuidgen.profiled uuidd.profiled \
273 uuidd: $(UUIDD_OBJS) $(DEPLIBUUID)
275 $(Q) $(CC) $(ALL_LDFLAGS) -o uuidd $(UUIDD_OBJS) $(LIBUUID) $(LIBINTL)
277 uuidd.profiled: $(UUIDD_OBJS) $(PROFILED_DEPLIBUUID)
279 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o uuidd.profiled $(PROFILED_UUIDD_OBJS) \
403 uuidd.8: $(DEP_SUBSTITUTE) $(srcdir)/uuidd.8.i
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 103 milliseconds