Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (47df8020e4b63163b7833e2c1d9848c9d4291187)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (47df8020e4b63163b7833e2c1d9848c9d4291187)
  • Date: Sun, 17 Jul 2011 02:04:55 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/udev/BUILD | 4 ++--
disk/udev/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit c69e247d75396817ac478945694523628e5c1363
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

udev: fixed syntax errors

diff --git a/disk/udev/BUILD b/disk/udev/BUILD
index 6119ad6..4f92773 100755
--- a/disk/udev/BUILD
+++ b/disk/udev/BUILD
@@ -11,7 +11,7 @@ if [[ "${UDEV_HWDB}" = '--enable-hwdb' ]]; then
elif [[ "$(get_spell_provider ${SPELL} USBIDS)" == 'usbids' ]]; then
OPTS="$OPTS --with-usb-ids-path=/usr/share/usb.ids"
else
- message "${PROBLEM_COLOR}"unknown USBIDS provider, you are on your
own.${DEFAULT_COLOR}"
+ message "${PROBLEM_COLOR}unknown USBIDS provider, you are on your
own.${DEFAULT_COLOR}"
fi &&

if [[ "$(get_spell_provider ${SPELL} PCIIDS)" == 'hwdata' ]]; then
@@ -19,7 +19,7 @@ if [[ "${UDEV_HWDB}" = '--enable-hwdb' ]]; then
elif [[ "$(get_spell_provider ${SPELL} PCIIDS)" == 'pciutils' ]]; then
OPTS="$OPTS --with-pci-ids-path=/usr/share/pci.ids"
else
- message "${PROBLEM_COLOR}"unknown PCIIDS provider, you are on your
own.${DEFAULT_COLOR}"
+ message "${PROBLEM_COLOR}unknown PCIIDS provider, you are on your
own.${DEFAULT_COLOR}"
fi
fi &&

diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index e33886d..cb906df 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2011-07-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed syntax errors
+
2011-07-14 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed gudev warning -- udevd isn't linked to anything in
/usr; libgudev and libudev in /usr are just symlinks to /lib; works



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (47df8020e4b63163b7833e2c1d9848c9d4291187), Vlad Glagolev, 07/17/2011

Archive powered by MHonArc 2.6.24.

Top of Page