Searched refs:homedir (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
H A D | relocate.patch | 12 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 D | disable-hardcoded-configs.patch | 29 homedir = get_homedir(); 30 if ( homedir ){ 31 strncpy(conf_file, homedir, MAXPATHLEN );
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/ |
H A D | update_admin_account.sh | 8 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 D | 0001-adduser-set-default-shell-with-sbin-nologin.patch | 26 $home_dir = $special_home || &homedir($new_name, $ingroup_name);
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rootfs-postcommands.bbclass | 91 (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 D | build-unit-test-docker | 734 homedir = os.environ.get("HOME", "/root") variable 740 homedir = "/root" variable
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | src_uri.inc | 111 # 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 D | minio_git.bb | 65 github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/ |
H A D | modules.txt | 45 # github.com/mitchellh/go-homedir v1.1.0
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 734 homedir = os.environ.get('HOME', '') 735 if homedir: 736 extra = '|%s' % homedir
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 273 $ 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 D | maintainer-pgp-guide.rst | 288 $ 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 D | rdist-6.1.5-cleanup.patch | 1148 extern char *homedir;
|