| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/ |
| H A D | postfix.inc | 29 "-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \ 30 -d /var/spool/vmail -r -g vmail --shell /bin/false vmail \ 109 'queue_directory=${localstatedir}/spool/postfix' \ 117 rm -rf ${D}${localstatedir}/spool/postfix 137 install -m 770 -d ${D}${localstatedir}/spool/postfix 138 chown postfix:postfix ${D}${localstatedir}/spool/postfix 142 install -m 0755 -d ${D}${localstatedir}/spool/postfix 143 chown root:postfix ${D}${localstatedir}/spool/postfix 144 install -m 0700 -d ${D}${localstatedir}/spool/postfix/active 145 chown postfix:root ${D}${localstatedir}/spool/postfix/active [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/ |
| H A D | smstools3_3.1.21.bb | 40 install -d "${D}${localstatedir}/spool" 41 install -d "${D}${localstatedir}/spool/sms" 42 install -d "${D}${localstatedir}/spool/sms/incoming" 43 install -d "${D}${localstatedir}/spool/sms/outgoing" 44 install -d "${D}${localstatedir}/spool/sms/checked"
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb.c | 99 static inline void unlock_or_release_subpool(struct hugepage_subpool *spool) in unlock_or_release_subpool() argument 101 bool free = (spool->count == 0) && (spool->used_hpages == 0); in unlock_or_release_subpool() 103 spin_unlock(&spool->lock); in unlock_or_release_subpool() 109 if (spool->min_hpages != -1) in unlock_or_release_subpool() 110 hugetlb_acct_memory(spool->hstate, in unlock_or_release_subpool() 111 -spool->min_hpages); in unlock_or_release_subpool() 112 kfree(spool); in unlock_or_release_subpool() 119 struct hugepage_subpool *spool; in hugepage_new_subpool() local 121 spool = kzalloc(sizeof(*spool), GFP_KERNEL); in hugepage_new_subpool() 122 if (!spool) in hugepage_new_subpool() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-passwd/base-passwd/ |
| H A D | disable-shell.patch | 31 -lp:*:7:7:lp:/var/spool/lpd:/bin/sh 33 -news:*:9:9:news:/var/spool/news:/bin/sh 34 -uucp:*:10:10:uucp:/var/spool/uucp:/bin/sh 44 +lp:*:7:7:lp:/var/spool/lpd:/sbin/nologin 46 +news:*:9:9:news:/var/spool/news:/sbin/nologin 47 +uucp:*:10:10:uucp:/var/spool/uucp:/sbin/nologin
|
| /OK3568_Linux_fs/buildroot/package/at/ |
| H A D | S99at | 12 if [ ! -f /var/spool/cron/atjobs/.SEQ ]; then 13 mkdir -p /var/spool/cron/atjobs/ 14 touch /var/spool/cron/atjobs/.SEQ
|
| H A D | at.mk | 16 --with-jobdir=/var/spool/cron/atjobs \ 17 --with-atspool=/var/spool/cron/atspool \
|
| /OK3568_Linux_fs/kernel/fs/hugetlbfs/ |
| H A D | inode.c | 1013 struct hugepage_subpool *spool = sbinfo->spool; in hugetlbfs_show_options() local 1036 if (spool) { in hugetlbfs_show_options() 1037 if (spool->max_hpages != -1) in hugetlbfs_show_options() 1039 (unsigned long long)spool->max_hpages << hpage_shift); in hugetlbfs_show_options() 1040 if (spool->min_hpages != -1) in hugetlbfs_show_options() 1042 (unsigned long long)spool->min_hpages << hpage_shift); in hugetlbfs_show_options() 1058 if (sbinfo->spool) { in hugetlbfs_statfs() 1061 spin_lock(&sbinfo->spool->lock); in hugetlbfs_statfs() 1062 buf->f_blocks = sbinfo->spool->max_hpages; in hugetlbfs_statfs() 1063 free_pages = sbinfo->spool->max_hpages in hugetlbfs_statfs() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
| H A D | gammu-smsdrc | 74 inboxpath = /var/spool/sms/inbox/ 75 outboxpath = /var/spool/sms/outbox/ 76 sentsmspath = /var/spool/sms/sent/ 77 errorsmspath = /var/spool/sms/error/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cronie/ |
| H A D | cronie_1.6.1.bb | 60 install -d ${D}${localstatedir}/spool/cron 75 # allow 'crontab' group write to /var/spool/cron 76 chown root:crontab ${D}${localstatedir}/spool/cron 77 chmod 770 ${D}${localstatedir}/spool/cron
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/ |
| H A D | at_3.2.5.bb | 44 --with-jobdir=/var/spool/at/jobs \ 45 --with-atspool=/var/spool/at/spool \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | main.cf | 20 virtual_mailbox_base = /var/spool/vmail 32 queue_directory = /var/spool/postfix 33 mail_spool_directory = /var/spool/mail
|
| H A D | postfix.service | 8 PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid
|
| H A D | postfix | 32 PIDFile=/var/spool/postfix/pid/master.pid
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/audit/ |
| H A D | audit_2.8.5.bb | 67 ${base_sbindir}/audisp-remote ${localstatedir}/spool/audit \ 107 # Create /var/spool/audit directory for audisp-remote 108 install -m 0700 -d ${D}${localstatedir}/spool/audit
|
| H A D | audit_3.0.8.bb | 67 ${localstatedir}/spool/audit \ 113 # Create /var/spool/audit directory for audisp-remote 114 install -m 0700 -d ${D}${localstatedir}/spool/audit
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rwho/ |
| H A D | netkit-rwho_0.17.bb | 82 mkdir -p -m 755 ${D}${localstatedir}/spool/rwho 83 chown -R rwhod ${D}${localstatedir}/spool/rwho 98 USERADD_PARAM:${PN}-server = "--system -g rwhod --home-dir ${localstatedir}/spool/rwho \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/ |
| H A D | shadow.inc | 105 # ~/ not /var/spool/mail by default, as who knows where or how big 125 # Ensure that the image has as a /var/spool/mail dir so shadow can 128 install -m 0775 -d ${D}${localstatedir}/spool/mail 129 chown root:mail ${D}${localstatedir}/spool/mail
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ |
| H A D | ntp_4.2.8p15.bb | 196 if ! grep -q -s ntpdate $D/var/spool/cron/root; then 198 test -d $D/var/spool/cron || mkdir -p $D/var/spool/cron 199 echo "30 * * * * ${bindir}/ntpdate-sync silent" >> $D/var/spool/cron/root
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/volatile-binds/ |
| H A D | volatile-binds.bb | 21 /var/volatile/spool /var/spool\n\
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | S50smsd | 9 SPOOL=/var/spool/sms
|
| H A D | 0002-fix-build-with-gcc-10.x.patch | 43 -char d_failed[PATH_MAX]; // Failed spool directory 45 -char d_incoming[PATH_MAX]; // Incoming spool directory 47 -char d_report[PATH_MAX]; // Incoming report spool directory 51 -char d_sent[PATH_MAX]; // Sent spool directory 105 +extern char d_failed[PATH_MAX]; // Failed spool directory 107 +extern char d_incoming[PATH_MAX]; // Incoming spool directory 109 +extern char d_report[PATH_MAX]; // Incoming report spool directory 113 +extern char d_sent[PATH_MAX]; // Sent spool directory 397 +char d_failed[PATH_MAX]; // Failed spool directory 399 +char d_incoming[PATH_MAX]; // Incoming spool directory [all …]
|
| /OK3568_Linux_fs/buildroot/system/skeleton/etc/ |
| H A D | passwd | 6 mail:x:8:8:mail:/var/spool/mail:/bin/false
|
| /OK3568_Linux_fs/buildroot/package/leafnode2/ |
| H A D | leafnode2.mk | 22 --enable-spooldir=/var/spool/news \
|
| /OK3568_Linux_fs/yocto/poky/meta/site/ |
| H A D | common | 12 shadow_cv_maildir=${localstatedir}/spool/mail
|
| /OK3568_Linux_fs/buildroot/package/dcron/ |
| H A D | dcron.mk | 22 $(INSTALL) -d -m0755 $(TARGET_DIR)/var/spool/cron/crontabs \
|