diff options
author | Marius Mauch <genone@gentoo.org> | 2005-12-19 17:53:18 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2005-12-19 17:53:18 +0000 |
commit | db17a2c584b87953ab6f279a0db0446d498b7c11 (patch) | |
tree | 8e564cafe5cb8953d3be0118bdc7beddc9bdf15d | |
parent | 8a3d0341eb100e4e560b7554c4eef83724cc45df (diff) | |
download | portage-db17a2c584b87953ab6f279a0db0446d498b7c11.tar.gz portage-db17a2c584b87953ab6f279a0db0446d498b7c11.tar.bz2 portage-db17a2c584b87953ab6f279a0db0446d498b7c11.zip |
quote vars inside PORTAGE_ELOG_COMMAND
svn path=/main/trunk/; revision=2409
-rw-r--r-- | cnf/make.conf | 3 | ||||
-rw-r--r-- | cnf/make.conf.alpha | 3 | ||||
-rw-r--r-- | cnf/make.conf.amd64 | 3 | ||||
-rw-r--r-- | cnf/make.conf.arm | 3 | ||||
-rw-r--r-- | cnf/make.conf.hppa | 3 | ||||
-rw-r--r-- | cnf/make.conf.ia64 | 3 | ||||
-rw-r--r-- | cnf/make.conf.mips | 3 | ||||
-rw-r--r-- | cnf/make.conf.ppc | 3 | ||||
-rw-r--r-- | cnf/make.conf.ppc64 | 3 | ||||
-rw-r--r-- | cnf/make.conf.s390 | 3 | ||||
-rw-r--r-- | cnf/make.conf.sparc | 3 | ||||
-rw-r--r-- | cnf/make.conf.x86 | 3 | ||||
-rw-r--r-- | cnf/make.conf.x86-fbsd | 3 |
13 files changed, 26 insertions, 13 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 459604a50..bae8e2cc5 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -341,7 +341,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.alpha b/cnf/make.conf.alpha index b4d7a780a..6b226eef9 100644 --- a/cnf/make.conf.alpha +++ b/cnf/make.conf.alpha @@ -325,7 +325,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.amd64 b/cnf/make.conf.amd64 index 2b8cc7284..30dcf341a 100644 --- a/cnf/make.conf.amd64 +++ b/cnf/make.conf.amd64 @@ -336,7 +336,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.arm b/cnf/make.conf.arm index ef4b0da1f..649e22071 100644 --- a/cnf/make.conf.arm +++ b/cnf/make.conf.arm @@ -333,7 +333,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.hppa b/cnf/make.conf.hppa index 53807126a..87e79887e 100644 --- a/cnf/make.conf.hppa +++ b/cnf/make.conf.hppa @@ -342,7 +342,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.ia64 b/cnf/make.conf.ia64 index b3ef70ff2..ede5a447e 100644 --- a/cnf/make.conf.ia64 +++ b/cnf/make.conf.ia64 @@ -304,7 +304,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.mips b/cnf/make.conf.mips index e67d419c5..cf2ab82bd 100644 --- a/cnf/make.conf.mips +++ b/cnf/make.conf.mips @@ -322,7 +322,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.ppc b/cnf/make.conf.ppc index f173ed2c6..17c12e62e 100644 --- a/cnf/make.conf.ppc +++ b/cnf/make.conf.ppc @@ -362,7 +362,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.ppc64 b/cnf/make.conf.ppc64 index 18d172bd8..f4eb71204 100644 --- a/cnf/make.conf.ppc64 +++ b/cnf/make.conf.ppc64 @@ -340,7 +340,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.s390 b/cnf/make.conf.s390 index c5bf313e0..2dd663618 100644 --- a/cnf/make.conf.s390 +++ b/cnf/make.conf.s390 @@ -304,7 +304,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.sparc b/cnf/make.conf.sparc index eed13cae4..6cf9b0db8 100644 --- a/cnf/make.conf.sparc +++ b/cnf/make.conf.sparc @@ -340,7 +340,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.x86 b/cnf/make.conf.x86 index 32b5de719..f3adf66ad 100644 --- a/cnf/make.conf.x86 +++ b/cnf/make.conf.x86 @@ -339,7 +339,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and diff --git a/cnf/make.conf.x86-fbsd b/cnf/make.conf.x86-fbsd index 340bd2b61..f0f8f9aa5 100644 --- a/cnf/make.conf.x86-fbsd +++ b/cnf/make.conf.x86-fbsd @@ -330,7 +330,8 @@ PORTAGE_ELOG_CLASSES="warn error log" # ${PACKAGE} - expands to the cpv entry of the processed # package (see $PVR in ebuild(5)) # ${LOGFILE} - absolute path to the logfile -#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p ${PACKAGE} -f ${LOGFILE}" +# Both variables have to be quoted with single quotes +#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '${PACKAGE}' -f '${LOGFILE}'" # PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail # module. In most cases listing the recipient adress and |