openwrt/svn-archive/archive.git
12 years ago[packages] wide-dhcpv6: now that hexdump works again, fix endianess detection (#10396)
Jo-Philipp Wich [Tue, 15 Nov 2011 17:41:50 +0000 (17:41 +0000)]
[packages] wide-dhcpv6: now that hexdump works again, fix endianess detection (#10396)

SVN-Revision: 29157

12 years agopackages/sqlite3: enable SQLITE_ENABLE_UNLOCK_NOTIFY (closes: #10211)
Nicolas Thill [Tue, 15 Nov 2011 11:23:23 +0000 (11:23 +0000)]
packages/sqlite3: enable SQLITE_ENABLE_UNLOCK_NOTIFY (closes: #10211)

SVN-Revision: 29154

12 years agopackages/privoxy: use new service functions
Nicolas Thill [Tue, 15 Nov 2011 03:40:56 +0000 (03:40 +0000)]
packages/privoxy: use new service functions

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 29151

12 years agopackages/nmap: add dependency on libstc++ to nping
Nicolas Thill [Tue, 15 Nov 2011 03:28:37 +0000 (03:28 +0000)]
packages/nmap: add dependency on libstc++ to nping

SVN-Revision: 29149

12 years agopackages/sudo: update to 1.7.8p1, create sudo db at startup (closes: #10289)
Nicolas Thill [Tue, 15 Nov 2011 01:41:45 +0000 (01:41 +0000)]
packages/sudo: update to 1.7.8p1, create sudo db at startup (closes: #10289)

SVN-Revision: 29143

12 years agopackages: add python-django (closes: #10191)
Nicolas Thill [Tue, 15 Nov 2011 01:04:31 +0000 (01:04 +0000)]
packages: add python-django (closes: #10191)

SVN-Revision: 29142

12 years agopackages/python-imaging-library: fix cross compile
Nicolas Thill [Tue, 15 Nov 2011 00:38:48 +0000 (00:38 +0000)]
packages/python-imaging-library: fix cross compile

SVN-Revision: 29141

12 years agopackages: add python-imaging-library (PIL)
Nicolas Thill [Mon, 14 Nov 2011 23:30:57 +0000 (23:30 +0000)]
packages: add python-imaging-library (PIL)

SVN-Revision: 29140

12 years agopackages/polipo: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 23:30:55 +0000 (23:30 +0000)]
packages/polipo: use new service functions

SVN-Revision: 29139

12 years ago[packages] tinc: contribution from linus.luessing@web.de - configuration via uci...
Saverio Proto [Mon, 14 Nov 2011 21:41:03 +0000 (21:41 +0000)]
[packages] tinc: contribution from linus.luessing@web.de - configuration via uci similar to OpenVPN package

With this commit configuration via uci, similiar to the one used for
OpenVPN, will be added to tinc.

Most of the parameters are working just as described in the official
manpages of tincd and tinc.conf as provided by its developer.

The only exceptions are 'disabled' which if set to 1 will make the
init script completely ignore this tinc network and/or tinc host
and 'generate_keys' which if set to 1 will check whether
a key pair is already present for the given tinc network and if not will
generate them with the key size of "key_size" (default if not present:
2048) - this reduces the "effort" of setting up a tinc VPN on a router
to just providing the right uci config file with no need of creating
custom initialization scripts for for instance the key generation.

Furthermore, similiar to the OpenVPN configuration, also tinc configs
of its native format can be used. They just need to be placed in
/etc/tinc/NETNAME. The init scripts will always copy the content of
/etc/tinc/ to /tmp first and will append any parameters provided in
/etc/config/tinc afterwards (the user needs to take care to not specify
non-list parameters in both uci and native config).

(Trivial note: not working URLs of old repositories have been removed from Makefile for downloading sources)

SVN-Revision: 29137

12 years ago[packages] olsrd: trivial, fixing copyright header
Saverio Proto [Mon, 14 Nov 2011 21:31:06 +0000 (21:31 +0000)]
[packages] olsrd: trivial, fixing copyright header

SVN-Revision: 29135

12 years ago[packages] olsrd: Manuel Munz freifunk@somakoma.de modified init file of olsrd with...
Saverio Proto [Mon, 14 Nov 2011 21:27:40 +0000 (21:27 +0000)]
[packages] olsrd: Manuel Munz freifunk@somakoma.de modified init file of olsrd with improvements for 6and4 operation and also for setup of smartgw

SVN-Revision: 29134

12 years ago[packages] olsrd: Version bump to 0.6.2
Saverio Proto [Mon, 14 Nov 2011 21:10:05 +0000 (21:10 +0000)]
[packages] olsrd: Version bump to 0.6.2

txtinfo plugin patch removed because now text is properly formatted, agreed with JoW
quagga patch removed because problem was fixed upstream in quagga, agreed with acinonyx

SVN-Revision: 29131

12 years ago[packages] quagga: Disable ospfclient (thanks jow)
Vasilis Tsiligiannis [Mon, 14 Nov 2011 18:32:16 +0000 (18:32 +0000)]
[packages] quagga: Disable ospfclient (thanks jow)

SVN-Revision: 29128

12 years ago[packages] ntpd: * use libcap to drop roots privileges
Peter Wagner [Mon, 14 Nov 2011 18:30:05 +0000 (18:30 +0000)]
[packages] ntpd: * use libcap to drop roots privileges
                 * add ntp-key and ntp-key-ssl (linked against OpenSSL)
                 * update init file
                    - add ntp group and user
                 * compile with --without-lineeditlibs
                 * add ntptime to the ntp-utils package

SVN-Revision: 29127

12 years ago[packages] ddns-scripts: add dnsexit.com (#10425)
Jo-Philipp Wich [Mon, 14 Nov 2011 16:21:51 +0000 (16:21 +0000)]
[packages] ddns-scripts: add dnsexit.com (#10425)

SVN-Revision: 29120

12 years agobatman-adv: update package to latest release (2011.4.0)
Marek Lindner [Mon, 14 Nov 2011 15:52:12 +0000 (15:52 +0000)]
batman-adv: update package to latest release (2011.4.0)

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 29118

12 years ago[packages] add libcap, a capability management library required by ntpd to run as...
Jo-Philipp Wich [Mon, 14 Nov 2011 14:08:39 +0000 (14:08 +0000)]
[packages] add libcap, a capability management library required by ntpd to run as non-root user, based on patch by Peter Wagner <tripolar@gmx.at>

SVN-Revision: 29117

12 years ago[packages] pulseaudio: fix running as pulse user
Jan Willies [Mon, 14 Nov 2011 08:27:25 +0000 (08:27 +0000)]
[packages] pulseaudio: fix running as pulse user

SVN-Revision: 29104

12 years agopackages/softflowd: use new service functions, use softflowctl to stop softflowd...
Nicolas Thill [Mon, 14 Nov 2011 02:38:54 +0000 (02:38 +0000)]
packages/softflowd: use new service functions, use softflowctl to stop softflowd via control socket

SVN-Revision: 29100

12 years agopackages/rinetd: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 02:38:53 +0000 (02:38 +0000)]
packages/rinetd: use new service functions

SVN-Revision: 29099

12 years agopackages/ptunnel: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 02:38:51 +0000 (02:38 +0000)]
packages/ptunnel: use new service functions

SVN-Revision: 29098

12 years agopackages/haproxy: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 02:38:47 +0000 (02:38 +0000)]
packages/haproxy: use new service functions

SVN-Revision: 29097

12 years agopackages/restund: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 02:38:45 +0000 (02:38 +0000)]
packages/restund: use new service functions

SVN-Revision: 29096

12 years agopackages/stun: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 02:38:44 +0000 (02:38 +0000)]
packages/stun: use new service functions

SVN-Revision: 29095

12 years agopackages/vpzone: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 02:38:42 +0000 (02:38 +0000)]
packages/vpzone: use new service functions

SVN-Revision: 29094

12 years agopackages/seeks: use new service functions
Nicolas Thill [Mon, 14 Nov 2011 02:38:40 +0000 (02:38 +0000)]
packages/seeks: use new service functions

SVN-Revision: 29093

12 years agopackages/siproxd: use new service functions, create pid-file in /var/run/siproxd...
Nicolas Thill [Mon, 14 Nov 2011 02:38:38 +0000 (02:38 +0000)]
packages/siproxd: use new service functions, create pid-file in /var/run/siproxd owned by nobody:nogroup

SVN-Revision: 29092

12 years agopackages/sslh: use new service functions, with quirks to allow more than one instance...
Nicolas Thill [Mon, 14 Nov 2011 02:38:35 +0000 (02:38 +0000)]
packages/sslh: use new service functions, with quirks to allow more than one instance to run simultaneously

SVN-Revision: 29091

12 years agopackages/lsm: use new service functions, pass proper CFLAGS, cleanup
Nicolas Thill [Mon, 14 Nov 2011 02:38:32 +0000 (02:38 +0000)]
packages/lsm: use new service functions, pass proper CFLAGS, cleanup

SVN-Revision: 29090

12 years agopackages/imspector: use new service functions, change 'enable' option to 'enabled'
Nicolas Thill [Mon, 14 Nov 2011 02:38:30 +0000 (02:38 +0000)]
packages/imspector: use new service functions, change 'enable' option to 'enabled'

SVN-Revision: 29089

12 years ago[packages] openssh: use ifeq not ifdef to use the same style
Peter Wagner [Mon, 14 Nov 2011 01:09:26 +0000 (01:09 +0000)]
[packages] openssh: use ifeq not ifdef to use the same style

SVN-Revision: 29088

12 years ago[packages] openssh: if CONFIG_OPENSSL_ENGINE is defined compile with --with-ssl-engine
Peter Wagner [Mon, 14 Nov 2011 00:51:20 +0000 (00:51 +0000)]
[packages] openssh: if CONFIG_OPENSSL_ENGINE is defined compile with --with-ssl-engine

SVN-Revision: 29087

12 years ago[packages] openssh: set privsep-user and privsep-path
Peter Wagner [Sun, 13 Nov 2011 23:53:11 +0000 (23:53 +0000)]
[packages] openssh: set privsep-user and privsep-path

SVN-Revision: 29085

12 years agopackages/igmpproxy: use new service functions, usr br-lan/br-wan in sample config...
Nicolas Thill [Sun, 13 Nov 2011 22:16:32 +0000 (22:16 +0000)]
packages/igmpproxy: use new service functions, usr br-lan/br-wan in sample config file

SVN-Revision: 29083

12 years agopackages/rp-pppoe: use new service functions, use $(CP) instead of $(INSTALL_*) for...
Nicolas Thill [Sun, 13 Nov 2011 22:16:30 +0000 (22:16 +0000)]
packages/rp-pppoe: use new service functions, use $(CP) instead of $(INSTALL_*) for packaging stuff installed by upstream Makefile

SVN-Revision: 29082

12 years agopackages/minidlna: various changes:
Nicolas Thill [Sun, 13 Nov 2011 22:16:28 +0000 (22:16 +0000)]
packages/minidlna: various changes:

 * fix "invasive" patches (those introducing a STAGING_DIR var into upstream Makefiles)
 * pass proper target OS name/version, not host ones
 * change db path to /var/run/minidlna and log path to /var/log
 * use new service functions

SVN-Revision: 29081

12 years agopackages/mpd: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:27 +0000 (22:16 +0000)]
packages/mpd: use new service functions

SVN-Revision: 29080

12 years agopackages/bird: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:25 +0000 (22:16 +0000)]
packages/bird: use new service functions

SVN-Revision: 29079

12 years agopackages/scpa5xx-view: use lowercase config option, use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:23 +0000 (22:16 +0000)]
packages/scpa5xx-view: use lowercase config option, use new service functions

SVN-Revision: 29078

12 years agopackages/pulseaudio: run as a pulse/pulse user/group, enable deprecated oss output...
Nicolas Thill [Sun, 13 Nov 2011 22:16:21 +0000 (22:16 +0000)]
packages/pulseaudio: run as a pulse/pulse user/group, enable deprecated oss output, use new service functions

SVN-Revision: 29077

12 years agopackages/boxbackup: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:19 +0000 (22:16 +0000)]
packages/boxbackup: use new service functions

SVN-Revision: 29076

12 years agopackages/samba3: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:18 +0000 (22:16 +0000)]
packages/samba3: use new service functions

SVN-Revision: 29075

12 years agopackages/tftp-hpa: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:16 +0000 (22:16 +0000)]
packages/tftp-hpa: use new service functions

SVN-Revision: 29074

12 years agopackages/netatalk: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:14 +0000 (22:16 +0000)]
packages/netatalk: use new service functions

SVN-Revision: 29073

12 years agopackages/autossh: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:12 +0000 (22:16 +0000)]
packages/autossh: use new service functions

SVN-Revision: 29072

12 years agopackages/n2n: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:11 +0000 (22:16 +0000)]
packages/n2n: use new service functions

SVN-Revision: 29071

12 years agopackages/linuxigd: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:09 +0000 (22:16 +0000)]
packages/linuxigd: use new service functions

SVN-Revision: 29070

12 years agopackages/updatedd: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:07 +0000 (22:16 +0000)]
packages/updatedd: use new service functions

SVN-Revision: 29069

12 years agopackages/unfs3: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:05 +0000 (22:16 +0000)]
packages/unfs3: use new service functions

SVN-Revision: 29068

12 years agopackages/subversion: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:02 +0000 (22:16 +0000)]
packages/subversion: use new service functions

SVN-Revision: 29067

12 years agopackages/srelay: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:16:00 +0000 (22:16 +0000)]
packages/srelay: use new service functions

SVN-Revision: 29066

12 years agopackages/olsrd: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:58 +0000 (22:15 +0000)]
packages/olsrd: use new service functions

SVN-Revision: 29065

12 years agopackages/ndyndns: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:55 +0000 (22:15 +0000)]
packages/ndyndns: use new service functions

SVN-Revision: 29064

12 years agopackages/portmap: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:53 +0000 (22:15 +0000)]
packages/portmap: use new service functions

SVN-Revision: 29063

12 years agopackages/mini_snmpd: cleanup makefile
Nicolas Thill [Sun, 13 Nov 2011 22:15:50 +0000 (22:15 +0000)]
packages/mini_snmpd: cleanup makefile

SVN-Revision: 29062

12 years agopackages/memcached: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:49 +0000 (22:15 +0000)]
packages/memcached: use new service functions

SVN-Revision: 29061

12 years agopackages/frickin: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:47 +0000 (22:15 +0000)]
packages/frickin: use new service functions

SVN-Revision: 29060

12 years agopackages/iodine: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:45 +0000 (22:15 +0000)]
packages/iodine: use new service functions

SVN-Revision: 29059

12 years agopackages/dmapd: use new service functions, create dmapd user & group and required...
Nicolas Thill [Sun, 13 Nov 2011 22:15:43 +0000 (22:15 +0000)]
packages/dmapd: use new service functions, create dmapd user & group and required directories

SVN-Revision: 29058

12 years agopackages/vips: explicitly enable exif, jpeg & png support and disable everything...
Nicolas Thill [Sun, 13 Nov 2011 22:15:41 +0000 (22:15 +0000)]
packages/vips: explicitly enable exif, jpeg & png support and disable everything else

SVN-Revision: 29057

12 years agopackages/chaosvpn: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:40 +0000 (22:15 +0000)]
packages/chaosvpn: use new service functions

SVN-Revision: 29056

12 years agopackages/btpd: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:38 +0000 (22:15 +0000)]
packages/btpd: use new service functions

SVN-Revision: 29055

12 years agopackages/pure-ftpd: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:35 +0000 (22:15 +0000)]
packages/pure-ftpd: use new service functions

SVN-Revision: 29054

12 years agopackages/bitlbee: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:34 +0000 (22:15 +0000)]
packages/bitlbee: use new service functions

SVN-Revision: 29053

12 years agopackages/radsecproxy: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:31 +0000 (22:15 +0000)]
packages/radsecproxy: use new service functions

SVN-Revision: 29052

12 years agopackages/mdnsresponder: don't create a /var/run/mdnsd directory, it's a unix socket...
Nicolas Thill [Sun, 13 Nov 2011 22:15:29 +0000 (22:15 +0000)]
packages/mdnsresponder: don't create a /var/run/mdnsd directory, it's a unix socket that will be created by mdnsd

SVN-Revision: 29051

12 years agopackages/netperf: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:27 +0000 (22:15 +0000)]
packages/netperf: use new service functions

SVN-Revision: 29050

12 years agopackages/rp-l2tp: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:26 +0000 (22:15 +0000)]
packages/rp-l2tp: use new service functions

SVN-Revision: 29049

12 years agopackages/aprx: use new service functions
Nicolas Thill [Sun, 13 Nov 2011 22:15:23 +0000 (22:15 +0000)]
packages/aprx: use new service functions

SVN-Revision: 29048

12 years agopackages/mini_snmpd: fix binding on IPv4 when IPv6 support is enabled
Nicolas Thill [Sun, 13 Nov 2011 18:50:07 +0000 (18:50 +0000)]
packages/mini_snmpd: fix binding on IPv4 when IPv6 support is enabled

SVN-Revision: 29040

12 years ago[packages] git: ship with absolute symlink to git (#10221)
Jo-Philipp Wich [Sun, 13 Nov 2011 18:34:15 +0000 (18:34 +0000)]
[packages] git: ship with absolute symlink to git (#10221)

SVN-Revision: 29036

12 years ago[packages] transmission: cleanup and drop some bashizm
Cezary Jackiewicz [Sun, 13 Nov 2011 06:45:40 +0000 (06:45 +0000)]
[packages] transmission: cleanup and drop some bashizm

SVN-Revision: 29006

12 years ago[packages] openssh: remove libgcc dependency
Peter Wagner [Sun, 13 Nov 2011 01:11:32 +0000 (01:11 +0000)]
[packages] openssh: remove libgcc dependency

SVN-Revision: 29005

12 years agopackages: hasciicam: update to 1.1.2
Jonas Gorski [Sat, 12 Nov 2011 20:22:31 +0000 (20:22 +0000)]
packages: hasciicam: update to 1.1.2

Fixes compilation with newer kernels (closes #9688).

SVN-Revision: 28997

12 years agopackages: add ftplib
Jonas Gorski [Sat, 12 Nov 2011 20:22:28 +0000 (20:22 +0000)]
packages: add ftplib

Needed by newest hasciicam.

SVN-Revision: 28996

12 years agopackages: loop-aes: update to 3.6d
Jonas Gorski [Sat, 12 Nov 2011 20:22:25 +0000 (20:22 +0000)]
packages: loop-aes: update to 3.6d

Fixes compilation with Linux 3.1.

SVN-Revision: 28995

12 years agopackages/mdnsreposnder: various changes:
Nicolas Thill [Sat, 12 Nov 2011 01:30:33 +0000 (01:30 +0000)]
packages/mdnsreposnder: various changes:
 * split into mdns-utils (client utilities), mdnsd (server daemon) & mdnsresponder (meta package)
 * provide a default mDNSReponder config file advertising the SSH server
 * use new service functions

SVN-Revision: 28970

12 years agopackages/mpdas: use new service functions
Nicolas Thill [Sat, 12 Nov 2011 01:30:30 +0000 (01:30 +0000)]
packages/mpdas: use new service functions

SVN-Revision: 28969

12 years agopackages/scmpc: use new service functions
Nicolas Thill [Sat, 12 Nov 2011 01:30:27 +0000 (01:30 +0000)]
packages/scmpc: use new service functions

SVN-Revision: 28968

12 years agopackages/scanlogd: change chroot to /var/run/scanlogd, use new service functions...
Nicolas Thill [Sat, 12 Nov 2011 01:30:25 +0000 (01:30 +0000)]
packages/scanlogd: change chroot to /var/run/scanlogd, use new service functions, create scanlogd user and group at start

SVN-Revision: 28967

12 years agopackages/reaim: use new service functions
Nicolas Thill [Sat, 12 Nov 2011 01:30:23 +0000 (01:30 +0000)]
packages/reaim: use new service functions

SVN-Revision: 28966

12 years agopackages/kissdx: use new service functions
Nicolas Thill [Sat, 12 Nov 2011 01:30:21 +0000 (01:30 +0000)]
packages/kissdx: use new service functions

SVN-Revision: 28965

12 years agopackages/portsentry: pass optimization flags, disable daemon support, use new service...
Nicolas Thill [Sat, 12 Nov 2011 01:30:18 +0000 (01:30 +0000)]
packages/portsentry: pass optimization flags, disable daemon support, use new service functions

SVN-Revision: 28964

12 years agopackages: remove dependency on obsolete LINUX_2_4 symbol
Nicolas Thill [Fri, 11 Nov 2011 18:07:06 +0000 (18:07 +0000)]
packages: remove dependency on obsolete LINUX_2_4 symbol

SVN-Revision: 28960

12 years agopackages/freeswitch: various fixes:
Nicolas Thill [Fri, 11 Nov 2011 18:06:57 +0000 (18:06 +0000)]
packages/freeswitch: various fixes:

 * rename -mod-http_cache to -mod-http-cache
 * fix -mod-cdr-sqlite dependency on libsqlite3
 * remove -mod-mp4 dependency on unknown libmp4v2 package, mark it as BROKEN

SVN-Revision: 28959

12 years agopackages/freepops: remove dependency to unknow 'luacurl' package
Nicolas Thill [Fri, 11 Nov 2011 18:06:54 +0000 (18:06 +0000)]
packages/freepops: remove dependency to unknow 'luacurl' package

SVN-Revision: 28958

12 years agopackages/rrdcollect: fix linking against rrdtool by splitting it into 2 packages
Nicolas Thill [Fri, 11 Nov 2011 18:06:52 +0000 (18:06 +0000)]
packages/rrdcollect: fix linking against rrdtool by splitting it into 2 packages

 * rrdcollect10, linked against rrdtool-1.0.x shared library
 * rrdcollect12, linked against rrdtool-1.2.x shared library
 * use new service functions

SVN-Revision: 28957

12 years agopackages/bluez-utils: use new service functions, move checks for enabled services...
Nicolas Thill [Fri, 11 Nov 2011 18:06:50 +0000 (18:06 +0000)]
packages/bluez-utils: use new service functions, move checks for enabled services earlier

SVN-Revision: 28956

12 years agopackages/bemused: use new service functions
Nicolas Thill [Fri, 11 Nov 2011 18:06:48 +0000 (18:06 +0000)]
packages/bemused: use new service functions

SVN-Revision: 28955

12 years agopackages/hd-idle: fix stupid copy/paste in r28949
Nicolas Thill [Fri, 11 Nov 2011 18:06:46 +0000 (18:06 +0000)]
packages/hd-idle: fix stupid copy/paste in r28949

SVN-Revision: 28954

12 years agopackages: remove packages marked as LINUX_2_4 only (alsa, shfs & strongswan)
Nicolas Thill [Fri, 11 Nov 2011 18:01:48 +0000 (18:01 +0000)]
packages: remove packages marked as LINUX_2_4 only (alsa, shfs & strongswan)

SVN-Revision: 28953

12 years agopackages: move Xorg category to its own feed, move X-related packages as well
Nicolas Thill [Fri, 11 Nov 2011 17:40:30 +0000 (17:40 +0000)]
packages: move Xorg category to its own feed, move X-related packages as well

SVN-Revision: 28952

12 years agopackages/lcd4linux: split into 2 -custom & -full, various fixes:
Nicolas Thill [Fri, 11 Nov 2011 15:46:37 +0000 (15:46 +0000)]
packages/lcd4linux: split into 2 -custom & -full, various fixes:

 * move all original package customization to a -custom pakage, DEVEL only
 * enable all (not broken) drivers & plugins in a -full package (closes: #7958, #9096)
 * ship upstream config file, defaulting to the "Image" driver
 * use new service functions in initscript

SVN-Revision: 28951

12 years agopackages/fanctrolled: use new service functions
Nicolas Thill [Fri, 11 Nov 2011 15:46:36 +0000 (15:46 +0000)]
packages/fanctrolled: use new service functions

SVN-Revision: 28950

12 years agopackages/hd-idle: use new service functions
Nicolas Thill [Fri, 11 Nov 2011 15:46:34 +0000 (15:46 +0000)]
packages/hd-idle: use new service functions

SVN-Revision: 28949

12 years agopackages/collectd: use new service functions
Nicolas Thill [Fri, 11 Nov 2011 15:46:32 +0000 (15:46 +0000)]
packages/collectd: use new service functions

SVN-Revision: 28948

12 years agopackages/dbus: use new service functions
Nicolas Thill [Fri, 11 Nov 2011 15:46:30 +0000 (15:46 +0000)]
packages/dbus: use new service functions

SVN-Revision: 28947

12 years agopackages/bandwidthd: use new service functions
Nicolas Thill [Fri, 11 Nov 2011 15:46:29 +0000 (15:46 +0000)]
packages/bandwidthd: use new service functions

SVN-Revision: 28946

12 years agopackages/anyremote: use new service functions
Nicolas Thill [Fri, 11 Nov 2011 15:46:27 +0000 (15:46 +0000)]
packages/anyremote: use new service functions

SVN-Revision: 28945