/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/linux/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 .. include:: ../disclaimer-zh_TW.rst 7 :Original: :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 28 同樣,:ref:`Documentation/translations/zh_TW/process/submit-checklist.rst <tw_submitchecklist>` 37 ----------------- 51 1) "diff -up" 52 ------------- 54 使用 "diff -up" 或者 "diff -uprN" 來創建補丁。 57 時候,要確認它是以 "unified diff" 格式創建的,這種格式由 diff(1) 的 '-u' 58 參數生成。而且,請使用 '-p' 參數,那樣會顯示每個改動所在的C函數,使得 [all …]
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | email-clients.rst | 1 .. include:: ../disclaimer-ita.rst 3 :Original: :doc:`../../../process/email-clients` 12 --- 14 Oggigiorno, la maggior parte degli sviluppatori utilizza ``git send-email`` 21 il comando ``git am messaggio-formato-testo.txt`` e revisionatene il risultato 26 ------------------------ 30 allegati, ma in questo caso gli allegati devono avere il *content-type* 46 interruzioni di riga inaspettate e indesiderate. 53 ASCII o UTF-8. 54 Se configurate il vostro programma per inviare messaggi codificati con UTF-8 [all …]
|
H A D | submitting-patches.rst | 1 .. include:: ../disclaimer-ita.rst 3 :Original: :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 19 Documentation/translations/it_IT/process/development-process.rst. Leggete anche 20 Documentation/translations/it_IT/process/submit-checklist.rst per una lista di 23 Documentation/translations/it_IT/process/submitting-patches.rst. 29 I sorgenti di alcuni sottosistemi e manutentori contengono più informazioni 31 :ref:`Documentation/translations/it_IT/process/maintainer-handbooks.rst <it_maintainer_handbooks_ma… 34 --------------------------- 44 sorgenti e desiderano che le patch siano preparate basandosi su di essi. 52 ------------------------------ [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/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/ |
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/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/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
|
/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 | 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.
|
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…
|
/openbmc/linux/include/linux/ |
H A D | hiddev.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (c) 1999-2000 Vojtech Pavlik 10 * e-mail - mail your message to <vojtech@suse.cz>, or by paper mail: 20 * In-kernel definitions. 49 { return -1; } in hiddev_connect()
|
/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" 10 SRC_URI = "git://github.com/cyrusimap/cyrus-sasl;protocol=https;branch=cyrus-sasl-2.1 \ 11 file://avoid-to-call-AC_TRY_RUN.patch \ 13 file://0001-sample-Rename-dprintf-to-cyrus_dprintf.patch \ 16 file://CVE-2019-19906.patch \ 17 file://CVE-2022-24407.patch \ 18 file://0001-Fix-time.h-check.patch \ 21 UPSTREAM_CHECK_URI = "https://github.com/cyrusimap/cyrus-sasl/archives" 27 EXTRA_OECONF += "--with-dblib=berkeley \ [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 --------------------- 11 aggregation tree for several sub-maintainer trees. The tip tree gitweb URL 16 - **x86 architecture** 22 x86-specific KVM and XEN patches. 30 mail alias which distributes mails to the x86 top-level maintainer 32 ``linux-kernel@vger.kernel.org``, otherwise your mail ends up only in 35 - **Scheduler** 37 Scheduler development takes place in the -tip tree, in the 38 sched/core branch - with occasional sub-topic trees for [all …]
|
H A D | submitting-patches.rst | 13 works, see Documentation/process/development-process.rst. Also, read 14 Documentation/process/submit-checklist.rst 17 Documentation/devicetree/bindings/submitting-patches.rst. 20 If you're unfamiliar with ``git``, you would be well-advised to learn how to 26 :ref:`Documentation/process/maintainer-handbooks.rst <maintainer_handbooks_main>`. 29 ---------------------------- 46 --------------------- 48 Describe your problem. Whether your patch is a one-line bug fix or 54 Describe user-visible impact. Straight up crashes and lockups are 59 vendor/product-specific trees that cherry-pick only specific patches [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | acm.rst | 23 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 Should you need to contact me, the author, you can do so either by e-mail - 26 mail your message to <vojtech@suse.cz>, or by paper mail: Vojtech Pavlik, 34 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal 40 - 3Com OfficeConnect 56k 41 - 3Com Voice FaxModem Pro 42 - 3Com Sportster 43 - MultiTech MultiModem 56k 44 - Zoom 2986L FaxModem 45 - Compaq 56k FaxModem [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | hid.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 4 * Copyright (c) 2000-2001 Vojtech Pavlik 5 * Copyright (c) 2006-2007 Jiri Kosina 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * e-mail - mail your message to <vojtech@ucw.cz>, or by paper mail: 46 * HID report types --- Ouch! HID spec says 1 2 3!
|
/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/linux/Documentation/networking/ |
H A D | arcnet.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 See also arcnet-hardware.txt in this directory for jumper-setting 25 ARCnet 0.32 ALPHA first made it into the Linux kernel 1.1.80 - this was 36 If you don't e-mail me about your success/failure soon, I may be forced to 40 If you think so, why not flame me in a quick little e-mail? Please also 44 My e-mail address is: apenwarr@worldvisions.ca 55 The previous release resulted from many months of on-and-off effort from me 58 ARCnet 2.10 ALPHA, Tomasz's all-new-and-improved RFC1051 support has been 63 --------------------------------- 66 Subscribe by sending a message with the BODY "subscribe linux-arcnet YOUR [all …]
|
/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 …]
|