Home
last modified time | relevance | path

Searched refs:homedir (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/
H A Drelocate.patch12 common/homedir.c | 14 +++++++-------
15 diff --git a/common/homedir.c b/common/homedir.c
17 --- a/common/homedir.c
18 +++ b/common/homedir.c
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Ddisable-hardcoded-configs.patch29 homedir = get_homedir();
30 if ( homedir ){
31 strncpy(conf_file, homedir, MAXPATHLEN );
/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/
H A Dupdate_admin_account.sh8 homedir=$(grep '^admin:' /etc/passwd | cut -d: -f6)
9 if test "${homedir}" = "/"; then
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/
H A D0001-adduser-set-default-shell-with-sbin-nologin.patch26 $home_dir = $special_home || &homedir($new_name, $ingroup_name);
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass91 (name, _, u_id, gid, comment, homedir, ushell) = line.strip().split(':')
93 return (name, u_id, gid, comment or '-', homedir or '/', ushell or '-')
107 (name, uid, gid, comment, homedir, ushell) = user
109 # Ignore 'uid', 'gid' or 'homedir' if they are not set
114 and (homedir == '-' or e_homedir == '-' or homedir == e_homedir) \
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker734 homedir = os.environ.get("HOME", "/root") variable
740 homedir = "/root" variable
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dsrc_uri.inc111 # github.com/mitchellh/go-homedir v1.1.0
112 # [1] git ls-remote https://github.com/mitchellh/go-homedir af06845cf3004701891bf4fdb884bfe4920b372…
113 SRCREV_go-homedir = "af06845cf3004701891bf4fdb884bfe4920b3727"
114 …chellh/go-homedir;name=go-homedir;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import…
H A Dminio_git.bb65 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt45 # github.com/mitchellh/go-homedir v1.1.0
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py734 homedir = os.environ.get('HOME', '')
735 if homedir:
736 extra = '|%s' % homedir
/openbmc/linux/Documentation/process/
H A Dmaintainer-pgp-guide.rst273 $ gpg --homedir=/media/disk/foo/gnupg-backup --list-key [fpr]
282 Remove the Certify key from your homedir
288 - by accident when making quick homedir copies to set up a new workstation
630 $ gpg --export | gpg --homedir ~/.gnupg --import
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dmaintainer-pgp-guide.rst288 $ gpg --homedir=/media/disk/foo/gnupg-backup --list-key [fpr]
651 $ gpg --export | gpg --homedir ~/.gnupg --import
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch1148 extern char *homedir;