Home
last modified time | relevance | path

Searched full:fakeroot (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/pam_modules/pam_passwdqc/
H A DMakefile18 FAKEROOT = macro
41 $(MKDIR) $(FAKEROOT)$(SECUREDIR)
42 $(INSTALL) -m $(SHLIBMODE) $(LIBSHARED) $(FAKEROOT)$(SECUREDIR)
45 $(RM) $(FAKEROOT)$(SECUREDIR)/$(TITLE).so
H A Dpam_passwdqc.spec27 make install FAKEROOT=$RPM_BUILD_ROOT
/freebsd/contrib/pam-krb5/tests/tap/
H A Dprocess.c369 * under fakeroot to get the actual PID of the remctld process.
396 * The boolean argument says whether to start the process under fakeroot. If
404 bool fakeroot) in process_start_internal() argument
415 if (fakeroot && path_fakeroot[0] == '\0') in process_start_internal()
416 skip_all("fakeroot not found"); in process_start_internal()
432 /* If using fakeroot, rewrite argv accordingly. */ in process_start_internal()
433 if (fakeroot) { in process_start_internal()
489 * and it's required when running under fakeroot. in process_start_internal()
491 if (fakeroot) in process_start_internal()
493 process->is_child = !fakeroot; in process_start_internal()
[all …]
H A Dprocess.h77 * process_start_fakeroot is the same but starts the process under fakeroot.
78 * PATH_FAKEROOT must be defined (generally by Autoconf). If fakeroot is not
/freebsd/sys/contrib/openzfs/config/
H A Ddeb.am40 fakeroot $(ALIEN) --bump=0 --scripts --to-deb --target=$$debarch $$pkg1 || exit 1; \
50 fakeroot $(ALIEN) --bump=0 --scripts --to-deb --target=$$debarch $$pkg1 || exit 1; \
82 fakeroot $(ALIEN) --bump=0 --scripts --to-deb --target=$$debarch \
106 fakeroot debian/rules override_dh_binary-modules; \
H A Dtgz.am17 fakeroot $(ALIEN) --scripts --to-tgz $$pkg1; \
27 fakeroot $(ALIEN) --scripts --to-tgz $$pkg1 $$pkg2 $$pkg3; \
/freebsd/crypto/openssh/contrib/solaris/
H A DREADME7 a "make install-nokeys DESTDIR=[fakeroot]". This way all manpages should
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml18 git alien fakeroot wget curl bc fio acl \
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
39 fakeroot fio gdb gdebi git ksh lcov isc-dhcp-client jq libacl1-dev \
/freebsd/contrib/pam-krb5/tests/data/
H A Dvalgrind.supp45 fakeroot-msgsnd
/freebsd/contrib/dialog/
H A DCHANGES2456 is made zero length (otherwise it would not work *without* fakeroot).