Displaying 2 results from an estimated 2 matches for "sysvinitstopt".
2004 Apr 30
0
buildpkg.sh enhancements
...Some of the patch is is just moving chunks of code to a different
location to make some of the enhancements work.
Some things you may find usefull:
New variables you can put in your config.local
REMOVE_FAKE_ROOT_WHEN_DONE Remove fake root dir when done.
SYSVINITSTART System V init start level
SYSVINITSTOPT System V init start level
POST_MAKE_INSTALL_FIXES Name of script to run after "make install"
POST_PROTOTYPE_EDITS Name of script to run after prototype is made
PKG_PREINSTALL_LOCAL Local preinstall additions
PKG_POSTINSTALL_LOCAL Local postinstall additions
PKG_PREREMOVE_LOCAL Loca...
2006 Feb 13
0
FYI: buildpkg.sh.in
..."make package" to build a SVR4 style
package, I thought I'd give a heads the default name for
$POST_MAKE_INSTALL_FIXES has changed.
--- buildpkg.sh.in.old 2005-12-28 14:24:55.856729016 -0800
+++ buildpkg.sh.in 2006-02-12 10:04:06.383475017 -0800
@@ -35,7 +35,7 @@
SYSVINITSTART=S98
SYSVINITSTOPT=K30
# We will source these if they exist
-POST_MAKE_INSTALL_FIXES=./pkg_post_make_install_fixes.sh
+POST_MAKE_INSTALL_FIXES=./pkg-post-make-install-fixes.sh
POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh
# We'll be one level deeper looking for these
PKG_PREINSTALL_LOCAL=../pkg-preinstall...