summaryrefslogtreecommitdiff
path: root/package/busybox/files/busybox.postinst
AgeCommit message (Collapse)Author
2016-09-08use Braunschweig NTP for all ntp packagesWaldemar Brodkorb
2015-07-25package/busybox: introduce ntpdate init scriptPhil Sutter
This is useful to have a blocking instance of ntpd setting the system time at startup for daemons started later which require the time being set, like e.g. aiccu. Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-05-05enable network by defaultWaldemar Brodkorb
2014-05-04dynamically start busybox’ servicesThorsten Glaser
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-04-13fix postinst scriptWaldemar Brodkorb
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2013-07-12add ntpd support for mpdbox, fix smbclient packageWaldemar Brodkorb
2010-11-28only set suid bit when installing on targetWaldemar Brodkorb
2010-11-28use desktop ps by default, add suid bit via postinstWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-30enable watchdog on rb532 by default, use busybox applet.Waldemar Brodkorb
the package/watchdog could also be used, if more checks are required. (high load, free memory,..)
2010-01-19enable watchdog driver and busybox userlandWaldemar Brodkorb
does not work yet on alix1c.
2009-06-11fix some init scripts / postinst scriptsWaldemar Brodkorb
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig