Merge branch 'master' of github.com:cycojesus/slackbuilds

This commit is contained in:
Gwenhael Le Moine 2011-11-10 12:26:50 +01:00
commit aaed6f8f76
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@
# dirty hack to let mortals adjust brightness on this laptop
chmod 666 /sys/class/backlight/intel_backlight/brightness
# no need to keep eth0 busy if it's for nothing
ifconfig eth0 | grep -q "inet addr:[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*" || modprobe -r atl1c
# Start vboxdrv
# If you do not wish this to be executed here then comment it out,
# and the installer will skip it next time.

View file

@ -3,7 +3,7 @@
FLTK=${FLTK:=NO}
PRGNAM=nut
VERSION=${VERSION:-17.2}
VERSION=${VERSION:-17.4}
BUILD=${BUILD:-2}