summaryrefslogtreecommitdiff
path: root/packages/initscripts/initscripts-1.0/populate-volatile.sh
AgeCommit message (Collapse)AuthorFiles
2007-01-16initscripts: Comments are for code functionality.ccsmart1
2007-01-12initscripts: fix populate-volatile.sh file and directory creationPhilipp Zabel1
- now chmod gets called do set the correct permissions
2006-11-21initscripts: Updates for populate-volatile.sh:Jamie Lenehan1
- Add support for "update" as a parameter to force regeneration of the cache when run (if the cache is not being used it's ignored). - When generating the cache add *all* needed commands to the cache, not just those that were actually needed on this run. Without this only the additional directories created during an update will be added to the cache. Anything that calls populate-volatile.sh during postinst should now pass update as a parameter. Currently (and before this change) if the cache is enabled then any call to populate-volatile.sh during postinst does nothing, generally breaking anything that uses volatiles that is installed after the first boot of the device.
2006-08-30initscripts: populate-volatile.sh: Add explicit command separators.Paul Sokolovsky1
* There was issue seen when populate-volatile.sh executed something like "mkdir chown" when configuration was not full right. This fixed it. Closes #1355.
2006-05-03initscripts: Speed up populate-volatiles.sh by caching the command produced ↵Matthias Hentges1
by the script. Run times on an idle system: old version: 7.6s new version: 4.5s (no chache) new version: 0.9s (with cache)
2006-04-08initscripts/populate-volatile.sh: Include change from .oz354x Matthias Hentges1
2005-07-31Migrate per package configuration files in drop in directory.ccsmart1
2005-07-16Moved populate-volatile to suggested place.ccsmart1