summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* [boa] new packageAlexander Stein2010-02-262-0/+206
| | | | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> [mkl: update to boa-0.94, import debian patches] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [irssi] add new package irssiJosef Holzmayr2010-02-231-0/+246
| | | | | | | | Signed-off-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> [mkl: fix typo in install_alternative add irssi.conf add select to LIBC_DL] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [tcpwrapper] add configurations for tcpdCarsten Schlote2010-02-212-0/+31
| | | | | | | | | - Added alternative configurations for tcpd and default generic files for ptxdist Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: removed "default y" from tcpd] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [initmethod-bbinit] never touch mtab when remounting rw/roMichael Olbrich2010-02-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rc-once] reboot if remount,ro failsMichael Olbrich2010-02-191-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [prelink] add rc-once script & config optionMichael Olbrich2010-02-161-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rc-once] new packageMichael Olbrich2010-02-161-0/+50
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [initmethod-bbinit] explicitly specify /dev/root as device when remounting /Michael Olbrich2010-02-161-2/+2
| | | | | | mount from util-linux-ng fails without this if /etc/mtab is empty. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [fake-overlayfs] added new packageMichael Olbrich2010-02-111-0/+46
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rootfs] add /var/tmp as new tmpfsMichael Olbrich2010-02-111-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [directfb] Add /etc/directfbrc install optionErwin Rol2010-02-011-0/+2
| | | | | | | Add a menu option to install a /etc/directfbrc file via the install_alternative mechanism Signed-off-by: Erwin Rol <erwin@erwinrol.com>
* [fontconfig] Add custom fonts.conf optionErwin Rol2010-02-011-0/+3
| | | | | | | Add custom fonts.conf option via the alternatives mechanism. Add menu option to instell fonts.dtd file Signed-off-by: Erwin Rol <erwin@erwinrol.com>
* [procps] Added installation of alternative /etc/sysctl.confCarsten Schlote2010-01-081-0/+4
| | | | | Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [samba] remove 'set -e' from start scriptJuergen Beisert2010-01-061-2/+0
| | | | | | | | 'set -e' is a bad idea when someone try to run some checks that fails, this will end the script silently. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [nfsd] fix path and program names for the NFS serviceJuergen Beisert2010-01-061-4/+4
| | | | | | | | The current NFS package uses a different install path and at least for one program an different name. This patch fixes both. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [net2flash] obsolete, removedMarc Kleine-Budde2009-12-241-68/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [generic/etc/init.d] remove x-bit from scriptsMarc Kleine-Budde2009-12-033-0/+0
| | | | | | they are not meant to be executed on the build system Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [generic/etc] add user daemon to group, passwd, shadowMarc Kleine-Budde2009-12-033-1/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [at] new packetMarc Kleine-Budde2009-12-031-0/+37
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [at.deny] add at.deny to generic/etcMarc Kleine-Budde2009-12-031-0/+24
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [avahi] copy the configuration file of avahi for dbusMarkus Rathgeb2009-11-171-0/+28
| | | | | | | | | | | Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> [mkl: - split into smaller patches - copy default config file to generic/etc/dbus-1/system.d/avahi-dbus.conf - use install_alternative ] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ntpclient] send output to /dev/nullMichael Olbrich2009-11-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tslib] cleanup + patch for eGalaxMichael Olbrich2009-11-101-0/+25
| | | | | | added install_alternative for /etc/ts.conf Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rcS] simplify "quiet" handlingMarc Kleine-Budde2009-11-061-13/+7
| | | | | | | | If "quiet" it detected on the command line, just redirect stdout with exec to /dev/null. Thus all other redirect of stdout aren't needed anymore. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [klibc-udev] build udev against klibcMarc Kleine-Budde2009-11-041-0/+4
| | | | | | | | Support building udev against klibc Signed-off-by: Jon Ringle <jon@ringle.org> [mkl: misc cleanups, disabled unsupported options] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [tomcat] reduce version to 5.0.30, cleanup, init.d fileMichael Olbrich2009-10-011-0/+52
| | | | | | Tomcat 6 needs Java 1.5 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [avahi] added basic avahi support (zeroconf,mdns,IPv4)Bjoern Buerger2009-09-152-0/+204
| | | | Signed-off-by: Bjoern Buerger <b.buerger@pengutronix.de>
* add ld-2.9.support to the generic ldd scriptRemy Bohmer2009-08-171-1/+1
| | | | Signed-off-by: Remy Bohmer <linux@bohmer.net>
* [splashutils] initial version.Michael Olbrich2009-08-141-0/+53
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* generic/etc/init.d/banner: figlet is now in /usr/binSascha Hauer2009-08-051-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [ppp] add templates for pon/poff scriptsRobert Schwebel2009-07-302-0/+8
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [ipkg_log_wrapper] remove trailing whitespaceMarc Kleine-Budde2009-07-281-2/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [fstab] add debugfsMarc Kleine-Budde2009-07-201-8/+9
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10979 33e552b5-05e3-0310-8538-816dae2090ed
* [grub] add @ROOTDEV@ to default menu.lstMarc Kleine-Budde2009-07-201-4/+4
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10978 33e552b5-05e3-0310-8538-816dae2090ed
* [ppp] update ip-{up,down} filesMarc Kleine-Budde2009-07-172-11/+18
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10971 33e552b5-05e3-0310-8538-816dae2090ed
* [rtps] new packetMarc Kleine-Budde2009-07-151-0/+3
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10968 33e552b5-05e3-0310-8538-816dae2090ed
* * ntp: Adding the forgotten changed start scripts.Juergen Beisert2009-07-042-13/+65
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10938 33e552b5-05e3-0310-8538-816dae2090ed
* * ntp server start script: Removing trailing whitespacesJuergen Beisert2009-07-031-4/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10935 33e552b5-05e3-0310-8538-816dae2090ed
* * default init.d scripts: Remove the x bit for all files to avoid their ↵Juergen Beisert2009-07-0340-0/+0
| | | | | | | | | usage by accident. It will be set by the install/targetinstall routines for the target on demand git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10934 33e552b5-05e3-0310-8538-816dae2090ed
* [logrotate] the logdir is /var/logMarc Kleine-Budde2009-06-251-2/+2
| | | | | | | | | ... not /tmp/var/log Reported-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10870 33e552b5-05e3-0310-8538-816dae2090ed
* [proftpd] clean up config fileMarc Kleine-Budde2009-06-241-20/+20
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10859 33e552b5-05e3-0310-8538-816dae2090ed
* [proftpd] simplified init scriptMarc Kleine-Budde2009-06-241-50/+38
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10858 33e552b5-05e3-0310-8538-816dae2090ed
* * rootfs: add init-script to set the linux-rt-bandwidthWolfram Sang2009-06-201-0/+36
| | | | | | | (and disable it by default) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10831 33e552b5-05e3-0310-8538-816dae2090ed
* dropbear, openssh: migrate to generic init scriptsRobert Schwebel2009-06-092-79/+87
| | | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10663 33e552b5-05e3-0310-8538-816dae2090ed
* init functions: addedRobert Schwebel2009-06-091-0/+32
| | | | | | | | Add shell library for init scripts. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10662 33e552b5-05e3-0310-8538-816dae2090ed
* * add default sudoer fileLuotao Fu2009-06-041-0/+33
| | | | | | | | * use install_alternative now for targetinstall sudoer and remove obsolete choice options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10633 33e552b5-05e3-0310-8538-816dae2090ed
* [dhcp] cleanups + add install alternative for config filesMarc Kleine-Budde2009-05-293-0/+440
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10605 33e552b5-05e3-0310-8538-816dae2090ed
* * networking startscript: remove the 'cat' command entirelyJuergen Beisert2009-05-281-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10588 33e552b5-05e3-0310-8538-816dae2090ed
* [rootfs] don't install shadow-Marc Kleine-Budde2009-05-281-4/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10585 33e552b5-05e3-0310-8538-816dae2090ed
* [init.d/networking] fix: useless use of catMarc Kleine-Budde2009-05-281-1/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10583 33e552b5-05e3-0310-8538-816dae2090ed