Home
last modified time | relevance | path

Searched refs:spool (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix.inc29 "-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 Dsmstools3_3.1.21.bb40 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 Dhugetlb.c99 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 Ddisable-shell.patch31 -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 DS99at12 if [ ! -f /var/spool/cron/atjobs/.SEQ ]; then
13 mkdir -p /var/spool/cron/atjobs/
14 touch /var/spool/cron/atjobs/.SEQ
H A Dat.mk16 --with-jobdir=/var/spool/cron/atjobs \
17 --with-atspool=/var/spool/cron/atspool \
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c1013 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 Dgammu-smsdrc74 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 Dcronie_1.6.1.bb60 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 Dat_3.2.5.bb44 --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 Dmain.cf20 virtual_mailbox_base = /var/spool/vmail
32 queue_directory = /var/spool/postfix
33 mail_spool_directory = /var/spool/mail
H A Dpostfix.service8 PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid
H A Dpostfix32 PIDFile=/var/spool/postfix/pid/master.pid
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/audit/
H A Daudit_2.8.5.bb67 ${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 Daudit_3.0.8.bb67 ${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 Dnetkit-rwho_0.17.bb82 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 Dshadow.inc105 # ~/ 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 Dntp_4.2.8p15.bb196 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 Dvolatile-binds.bb21 /var/volatile/spool /var/spool\n\
/OK3568_Linux_fs/buildroot/package/smstools3/
H A DS50smsd9 SPOOL=/var/spool/sms
H A D0002-fix-build-with-gcc-10.x.patch43 -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 Dpasswd6 mail:x:8:8:mail:/var/spool/mail:/bin/false
/OK3568_Linux_fs/buildroot/package/leafnode2/
H A Dleafnode2.mk22 --enable-spooldir=/var/spool/news \
/OK3568_Linux_fs/yocto/poky/meta/site/
H A Dcommon12 shadow_cv_maildir=${localstatedir}/spool/mail
/OK3568_Linux_fs/buildroot/package/dcron/
H A Ddcron.mk22 $(INSTALL) -d -m0755 $(TARGET_DIR)/var/spool/cron/crontabs \

12