From 71d96013726763f077f74ea3bc96c43db61a8a5f Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Tue, 28 Feb 2012 00:45:13 +0000 Subject: runit-scripts: chmod 755 rsyslog/run --- abs/core/runit-scripts/PKGBUILD | 2 +- abs/core/runit-scripts/runitscripts/services/rsyslog/run | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 abs/core/runit-scripts/runitscripts/services/rsyslog/run diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 3ce0ad7..9e43b07 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=51 +pkgrel=52 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core/runit-scripts/runitscripts/services/rsyslog/run b/abs/core/runit-scripts/runitscripts/services/rsyslog/run old mode 100644 new mode 100755 -- cgit v0.12 From d37c229ffc07d256e94b191d7173d04d64629723 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 28 Feb 2012 16:13:24 -0600 Subject: local-website: update links --- abs/core/local-website/PKGBUILD | 2 +- abs/core/local-website/htdocs/index.html | 8 ++++---- abs/core/local-website/htdocs/rrd/Disabled | 0 abs/core/local-website/htdocs/rrd/index.html | 29 ---------------------------- 4 files changed, 5 insertions(+), 34 deletions(-) delete mode 100644 abs/core/local-website/htdocs/rrd/Disabled delete mode 100644 abs/core/local-website/htdocs/rrd/index.html diff --git a/abs/core/local-website/PKGBUILD b/abs/core/local-website/PKGBUILD index 63dc5ef..71f90ae 100644 --- a/abs/core/local-website/PKGBUILD +++ b/abs/core/local-website/PKGBUILD @@ -1,6 +1,6 @@ pkgname=local-website pkgver=2 -pkgrel=28 +pkgrel=29 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') diff --git a/abs/core/local-website/htdocs/index.html b/abs/core/local-website/htdocs/index.html index d893c87..04dff38 100755 --- a/abs/core/local-website/htdocs/index.html +++ b/abs/core/local-website/htdocs/index.html @@ -90,7 +90,7 @@ diff --git a/abs/core/local-website/htdocs/rrd/Disabled b/abs/core/local-website/htdocs/rrd/Disabled deleted file mode 100644 index e69de29..0000000 diff --git a/abs/core/local-website/htdocs/rrd/index.html b/abs/core/local-website/htdocs/rrd/index.html deleted file mode 100644 index f6a7135..0000000 --- a/abs/core/local-website/htdocs/rrd/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - LinHES - - -

- Tux with a Remote -

- - - - - - -
-

The Linux Home Entertainment System Release 6

-

-RRD Tool
-Is disabled -by rrd_Configure.sh and may be re-enabled by running as root:
-rrd_Configure.sh
-

-

 

-
- - -- cgit v0.12 From 31dc5180312b7853cf9b851f2c2008db6ccd6e87 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 1 Mar 2012 16:33:23 -0600 Subject: system-templates: update LCDd.conf for antec_fusion LCD; refs 652 --- abs/core/system-templates/PKGBUILD | 2 +- .../templates/LCD/antec_fusion/LCDd.conf | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) mode change 100644 => 100755 abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf diff --git a/abs/core/system-templates/PKGBUILD b/abs/core/system-templates/PKGBUILD index 1cf109e..c2d0344 100755 --- a/abs/core/system-templates/PKGBUILD +++ b/abs/core/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=2.0 -pkgrel=8 +pkgrel=9 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf b/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf old mode 100644 new mode 100755 index 2596c25..3719e47 --- a/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf +++ b/abs/core/system-templates/templates/LCD/antec_fusion/LCDd.conf @@ -41,7 +41,7 @@ # joy, lb216,lcdm001, lcterm, lirc,MD8800, ms6931, mtc_s16209x, # MtxOrb, NoritakeVFD, pyramid, sed1330, sed1520, serialVFD, # sli, stv5730, svga, t6963, text, tyan, ula200, xosd -Driver=imon +Driver=imonlcd #Driver=curses # Tells the driver to bind to the given interface @@ -66,7 +66,7 @@ User=nobody # If yes, the the serverscreen will be rotated as a usual info screen. If no, # it will be a background screen, only visible when no other screens are # active. -#ServerScreen=no +ServerScreen=no # The server will stay in the foreground if set to true. #Foreground=no @@ -478,15 +478,29 @@ Size=20x4 + ## Soundgraph/Ahanix/Silverstone/Uneed/Accent iMON driver ## [imon] # select the device to use Device=/dev/lcd0 +# Protocl=0 # display dimensions Size=16x2 +## Soundgraph/Ahanix/Silverstone/Uneed/Accent iMON driver ## +[imonlcd] + +# select the device to use +Device=/dev/lcd +Contrast=200 +#Protocl=0 + +# display dimensions +#Size=16x2 + + ## IrMan driver ## -- cgit v0.12 From cc8a1c904a89ac1582ac442838f770418cd0c040 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 1 Mar 2012 16:42:24 -0600 Subject: udev: add SoundGraph_LCD rules. closes #652 --- abs/core/udev/81-SoundGraph_LCD.rules | 2 ++ abs/core/udev/PKGBUILD | 6 +++++- abs/core/udev/__changelog | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 abs/core/udev/81-SoundGraph_LCD.rules diff --git a/abs/core/udev/81-SoundGraph_LCD.rules b/abs/core/udev/81-SoundGraph_LCD.rules new file mode 100644 index 0000000..59f0eec --- /dev/null +++ b/abs/core/udev/81-SoundGraph_LCD.rules @@ -0,0 +1,2 @@ +# Udev rules for SoundGraph LCDs +KERNEL=="lcd[0-9]*" , ATTRS{idVendor}=="15c2" , SYMLINK+="lcd" diff --git a/abs/core/udev/PKGBUILD b/abs/core/udev/PKGBUILD index 4208c7b..e4c1727 100644 --- a/abs/core/udev/PKGBUILD +++ b/abs/core/udev/PKGBUILD @@ -7,7 +7,7 @@ pkgbase="udev" pkgname=('udev' 'udev-compat') pkgver=171 -pkgrel=5 +pkgrel=6 arch=(i686 x86_64) url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" license=('GPL') @@ -20,6 +20,7 @@ source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.ta 81-OSS_Emulation.rules 81-dvicoIR.rules 81-CD_DVD_symlinks.rules + 81-SoundGraph_LCD.rules static-audio-nodes-group.patch static-nodes-permissions.patch cdsymlinks.sh) @@ -55,6 +56,8 @@ package_udev() { install -D -m644 $srcdir/81-dvicoIR.rules $pkgdir/lib/udev/rules.d/81-dvicoIR.rules # Install CD/DVD symlink rules install -D -m644 $srcdir/81-CD_DVD_symlinks.rules $pkgdir/lib/udev/rules.d/81-CD_DVD_symlinks.rules + # Install SoundGraph LCD rules + install -D -m644 $srcdir/81-SoundGraph_LCD.rules $pkgdir/lib/udev/rules.d/81-SoundGraph_LCD.rules # install cdsymlinks.sh install -D -m755 $srcdir/cdsymlinks.sh $pkgdir/lib/udev/cdsymlinks.sh @@ -112,6 +115,7 @@ md5sums=('bdf4617284be2ecac11767437417e209' '18170020347b181b155ff5a1a8a904b4' '3a920447b11744ecb1b57f0de683db93' '48845542d8250d6f2eddf07944f78014' + '5401def23fae53db3c94e39eb2debfb4' '4f625aea95a5597afd8cdf189421f193' 'f9e50b8dfcd2215f5423ff9bc04ecf68' '2e808ee78d237c478b57af2a68d43769') diff --git a/abs/core/udev/__changelog b/abs/core/udev/__changelog index 1881493..d04728c 100644 --- a/abs/core/udev/__changelog +++ b/abs/core/udev/__changelog @@ -12,3 +12,6 @@ - Moved OSS Emulation rules from 81-LinHES.rules to 81-OSS_Emulation.rules - Moved CD/DVD rules from 81-LinHES.rules to 81-CD_DVD_symlinks.rules - Removed 81-LinHES.rules + +3/1/2012 +- Added 81-SoundGraph_LCD.rules -- cgit v0.12