/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 10 $ModLoad immark # provides --MARK-- message capability 11 $ModLoad imuxsock # provides support for local system logging (e.g. via logger command) 24 *.*;auth,authpriv.none -/var/log/syslog 26 daemon.* -/var/log/daemon.log 27 kern.* -/var/log/kern.log 28 lpr.* -/var/log/lpr.log 29 mail.* -/var/log/mail.log 30 user.* -/var/log/user.log 33 # Logging for the mail system. Split it up so that 36 mail.info -/var/log/mail.info [all …]
|
/openbmc/docs/development/ |
H A D | gerrit-setup.md | 4 account. This is needed to participate in OpenBMC's Gerrit-based code reviews. 7 installed. E-mail account (recommended to use the same e-mail address for both 14 - `git config --global --add user.name "Your name" (eg. John Smith)` 15 - `git config --global --add user.email "youremail@your-domain" (eg. jsmith@somedomain.com)` 16 - (Optional) 17 `git config --global --add diff.tool "preferred diff tool" (eg. gvimdiff or meld)` 21 Create keys: `ssh-keygen -t ed25519 -C "your_email@your-domain"` 23 - Recommended to use the defaults instead of picking your own directory/file 28 - <https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/> 32 - Login to [Gerrit](https://gerrit.openbmc.org/) with your GitHub account. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | postfix | 4 # Default-Start: 2345 5 # Default-Stop: 016 6 # Short-Description: start and stop postfix 7 # Description: Postfix is a Mail Transport Agent, which is the program 8 # that moves mail from one machine to another. 36 echo -n "Starting Postfix..." 37 if [ ! -e /etc/aliases.db ]; then 52 echo -n "Stopping Postfix..." 62 echo -n "Reloading Postfix..." 80 pid=`sed -e 's/\s//g' $PIDFile` [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/ |
H A D | Mail.interface.yaml | 2 Interface to control sending syslog messages via e-mail. 5 - name: From 8 Specifies e-mail address from which mails would be sent.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/ |
H A D | procmail_3.22.bb | 1 SUMMARY = "Mail processing program" 2 DESCRIPTION = "Procmail can be used to create mail-servers, mailing lists, sort your\ 3 incoming mail into separate folders/files (real convenient when subscribing\ 4 to one or more mailing lists or for prioritising your mail), preprocess\ 5 your mail, start any programs upon mail arrival (e.g. to generate different\ 6 chimes on your workstation for different types of mail) or selectively\ 7 forward certain incoming mail automatically to someone." 11 SRC_URI = "http://www.ring.gr.jp/archives/net/mail/${BPN}/${BP}.tar.gz \ 12 file://from-debian-to-fix-compile-errors.patch \ 13 file://from-debian-to-modify-parameters.patch \ [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/ |
H A D | Create.interface.yaml | 2 Interface to create new e-mail destinations for syslog. 5 - name: Create 7 This method creates a new D-Bus object representing the destination 8 for which e-mails would be sent for all syslog messages with matching 11 - name: Mailto 15 - name: Level 20 - name: Path 24 xyz.openbmc_project.Logging.Syslog.Destination.Mail.Entry. 26 - xyz.openbmc_project.Common.Error.InternalFailure 27 - xyz.openbmc_project.Common.Error.InvalidArgument
|
H A D | Entry.interface.yaml | 2 Interface representing an e-mail destination for syslog messages. 8 - name: Mailto 11 - readonly 14 - name: Level
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | mpich2 | 10 …oup W. Gropp: (630) 252-4318; FAX: (630) 252-5986; e-mail: gropp@mcs.anl.gov E. Lusk: (630) 252-78… 14 … the Government is granted for itself and others acting on its behalf a paid-up, nonexclusive, irr…
|
H A D | Vim | 18 …- The license that applies to the changes permits you to distribute the changes to the Vim maintai… 19 …- You keep the changes for at least three years after last distributing the corresponding modified… 20 …- You clearly describe in the distribution how to contact you. This contact information must remai… 22 …e) When the GNU General Public License (GPL) applies to the changes, you can distribute the modifi… 24 …is able to see that it was modified. When distributing as mentioned under 2)e) adding the message … 28 …e-mail or by uploading the files to a server and e-mailing the URL. If the number of changes is sm…
|
H A D | OPUBL-1.0 | 15 Commercial redistribution of Open Publication-licensed material is permitted. 31 …rranties of merchantability and fitness for a particular purpose or a warranty of non-infringement. 42 V. GOOD-PRACTICE RECOMMENDATIONS 45 …1. If you are distributing Open Publication works on hardcopy or CD-ROM, you provide email notific… 47 …red good form to offer a free copy of any hardcopy and CD-ROM expression of an Open Publication-li… 51 The author(s) and/or publisher of an Open Publication-licensed document may elect certain options b… 72 Send E-mail to opal-request@opencontent.org with the word "subscribe" in the body. 75 Send E-mail to opal@opencontent.org or simply reply to a previous post. 78 Send E-mail to opal-request@opencontent.org with the word "unsubscribe" in the body.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-fix-man-file.patch | 6 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 7 --- 8 Upstream-Status: Pending 10 man/procmail.man | 24 +++++++++++++++++------- 11 man/procmailrc.man | 2 +- 12 2 files changed, 18 insertions(+), 8 deletions(-) 14 diff --git a/man/procmail.man b/man/procmail.man 16 --- a/man/procmail.man 18 @@ -44,11 +44,11 @@ at the end. 21 file mechanism as soon as mail arrives. Alternatively, when installed by [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | imap-2007e-shared.patch | 1 Fix linking libraries built with -fPIC with this library 5 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 7 Upstream-Status: Pending 9 diff -up imap-2007e/src/osdep/unix/Makefile.shared imap-2007e/src/osdep/unix/Makefile 10 --- imap-2007e/src/osdep/unix/Makefile.shared 2009-07-07 19:28:02.909755512 -0500 11 +++ imap-2007e/src/osdep/unix/Makefile 2009-07-07 19:29:35.870006799 -0500 12 @@ -170,6 +170,10 @@ BUILD=$(MAKE) build EXTRACFLAGS='$(EXTRA 23 @@ -845,18 +849,24 @@ vu2: # VAX Ultrix 2.3, etc. 27 -build: clean once $(ARCHIVE) 30 -all: $(ARCHIVE) [all …]
|
/openbmc/u-boot/scripts/ |
H A D | mailmapper | 2 # SPDX-License-Identifier: GPL-2.0+ 16 (See 'man git-shortlog' for furthur information of this feature.) 38 ----- 58 toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel']) 71 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) 84 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) 90 # tmp, mail = line.rsplit(None, 1) is not safe 92 tmp, mail = line.split('<') variable 93 mail = '<' + mail.rstrip() variable 99 if mail in mail_vs_name: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/ |
H A D | cyrus-sasl_2.1.28.bb | 4 DEPENDS = "openssl db groff-native" 5 LICENSE = "BSD-4-Clause" 11 git://github.com/cyrusimap/cyrus-sasl;protocol=https;branch=cyrus-sasl-2.1 \ 12 file://avoid-to-call-AC_TRY_RUN.patch \ 14 file://0001-sample-Rename-dprintf-to-cyrus_dprintf.patch \ 17 file://CVE-2019-19906.patch \ 18 file://CVE-2022-24407.patch \ 19 file://0001-Fix-time.h-check.patch \ 20 file://0001-configure-prototypes.patch \ 21 file://0002-Fix-incompatible-pointer-types-error-with-gcc-15.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/ |
H A D | su | 13 # permitted earlier by e.g. "sufficient pam_rootok.so"). 38 # Defines the MAIL environment variable 41 # also removes the user's mail spool file. 44 # "nopen" stands to avoid reporting new mail when su'ing to another user 55 auth include common-auth 56 account include common-account 57 session include common-session
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/ |
H A D | mime-construct_1.11.bb | 1 SUMMARY = "Construct and optionally mail MIME messages" 6 HOMEPAGE = "https://metacpan.org/release/ROSCH/mime-construct-1.11/view/mime-construct" 7 SECTION = "mail" 8 LICENSE = "GPL-2.0-or-later" 11 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/mime-construct-${PV}.tar.gz \ 12 file://fix-mime-construct-help-return-value.patch \ 19 RDEPENDS:${PN} += "libmime-types-perl libproc-waitstat-perl msmtp \ 20 perl-module-filehandle perl-module-mime-base64 perl-module-mime-quotedprint perl-module-posix \ 25 sed -i -e "s|${STAGING_BINDIR_NATIVE}/perl-native/perl -w|${bindir}/env perl|g" \ 26 ${D}/${bindir}/mime-construct
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/ |
H A D | libesmtp_1.1.0.bb | 3 (or submission of) electronic mail using SMTP to a \ 4 preconfigured Mail Transport Agent (MTA) such as Exim or PostFix." 6 LICENSE = "LGPL-2.0-or-later" 12 file://0001-Add-build-option-for-NTLM-support.patch" 23 -Dpthreads=enabled \ 24 -Dtls=enabled \ 25 -Dxdg=false \ 26 -Dlwres=disabled \ 27 -Dbdat=true \ 28 -Detrn=true \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/ |
H A D | rsyslog_8.2504.0.bb | 1 SUMMARY = "Rsyslog is an enhanced multi-threaded syslogd" 7 compatible to stock sysklogd and can be used as a drop-in replacement.\ 8 Its advanced features make it suitable for enterprise-class,\ 12 DEPENDS = "zlib libestr libfastjson bison-native flex-native liblogging" 14 LICENSE = "GPL-3.0-only & LGPL-3.0-only & Apache-2.0" 20 SRC_URI = "https://www.rsyslog.com/files/download/rsyslog/${BPN}-${PV}.tar.gz \ 25 file://use-pkgconfig-to-check-libgcrypt.patch \ 26 file://run-ptest \ 27 file://0001-tests-disable-the-check-for-inotify.patch \ 28 file://0001-tests-tcpflood.c-Pass-correct-parameter-type-to-send.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/ |
H A D | shadow_4.17.4.bb | 2 HOMEPAGE = "http://github.com/shadow-maint/shadow" 4 BUGTRACKER = "http://github.com/shadow-maint/shadow/issues" 6 LICENSE = "BSD-3-Clause" 13 GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases" 19 SRC_URI:append:class-target = " \ 21 file://shadow-update-pam-conf.patch \ 24 SRC_URI:append:class-native = " \ 25 file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ 40 inherit autotools gettext github-releases pkgconfig 45 --with-group-name-max-length=24 \ [all …]
|
/openbmc/openbmc/meta-arm/ |
H A D | README.md | 2 ------------ 5 * meta-arm 7 …This layer contains general recipes for the Arm architecture, such as firmware, FVPs, and Arm-spec… 9 * meta-arm-bsp 13 * meta-arm-toolchain 15 …This layer contains recipes for Arm's binary toolchains (GCC and Clang for -A and -M), and a recip… 18 ----------------- 37 ------------ 38 To interact with the meta-arm developer community, please email the meta-arm mailing list at <meta-… 40 To subscribe to the meta-arm mailing list, please go to [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/ |
H A D | quilt.inc | 3 track of the changes each patch makes. Patches can be applied, un-applied,\ 7 LICENSE = "GPL-2.0-only" 10 SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-${PV}.tar.gz \ 11 file://run-ptest \ 13 file://0001-tests-Allow-different-output-from-mv.patch \ 16 SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch" 20 inherit autotools-brokensep ptest 22 INHIBIT_AUTOTOOLS_DEPS:class-native = "1" 23 PATCHTOOL:class-native = "patch" 27 EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch --without-sendmail" [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | stable-process.rst | 1 .. _stable-process: 7 -------------------- 10 and marked by an additional version number, e.g. 2.10.1. Occasionally, 11 a four-number version is released, if a single urgent fix needs to go 20 ------------------------------------- 34 ----------------------------------- 43 Cc: qemu-stable@nongnu.org 46 to ``qemu-stable@nongnu.org`` if you use git send-email, which is where 49 * You can also reply to a patch and put ``qemu-stable@nongnu.org`` on copy 50 directly in your mail client if you think a previously submitted patch [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mailcap/ |
H A D | mailcap_2.1.54.bb | 4 mailcap file to determine how it should display non-text or multimedia \ 6 with a particular program that a mail agent or other program can call \ 8 certain programs to be able to handle non-text files. \ 12 by several applications e.g. to determine MIME types for filenames." 23 inherit update-alternatives
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/ |
H A D | proftpd_1.3.9.bb | 4 LICENSE = "GPL-2.0-or-later" 12 file://proftpd-basic.init \ 14 file://close-RequireValidShell-check.patch \ 22 inherit autotools-brokensep useradd update-rc.d systemd multilib_script 28 CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module" 30 EXTRA_OECONF += "--enable-largefile INSTALL=install" 37 PACKAGECONFIG[curses] = "--enable-curses --enable-ncurses, --disable-curses --disable-ncurses, ncur… 38 PACKAGECONFIG[openssl] = "--enable-openssl, --disable-openssl, openssl, openssl" 39 PACKAGECONFIG[pam] = "--enable-auth-pam, --disable-auth-pam, libpam, libpam" 40 PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6" [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/ |
H A D | report.txt | 2 ------------------- 3 - Arm SystemReady Band: IR 4 - System name: FVP Base A AEM 5 - Prepared by: 6 - E-mail: 7 - Date: 10 ------------------ 11 - Company: Arm 12 - System: FVP Base A AEM 13 - SoC: [all …]
|