From: <tb...@ti...> - 2001-12-05 16:41:43
|
Matt.. I noticed an idosyncracy of getpkg the other day.. ----- If you request a package with: getpkg diskutil The package is installed and the init is run. ------ If you request a package with: getpkg diskutil.tgz The package is installed and the init is NOT run. ------ I don't know if this was intentional or not. But a look at the code confirms that getpkg tries to init /etc/init.d/diskutil.tgz, which fails. I did not look at addpkg. It might do the same... |