diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-06-26 22:33:13 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-06-26 22:33:13 +0000 |
commit | 4f270ad03f980c25c7accaaa52f608ede76515ce (patch) | |
tree | f0168f8492645916029fde454d5ad31dbd585d36 /net/misc/tinc/tinc.mkbuild | |
parent | 13a3ce4d6b2caf301089b3092acb0b46def7ee0f (diff) | |
download | mkbuilds-4f270ad03f980c25c7accaaa52f608ede76515ce.tar.gz mkbuilds-4f270ad03f980c25c7accaaa52f608ede76515ce.tar.bz2 |
tinc: adding initscript
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@486 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'net/misc/tinc/tinc.mkbuild')
-rw-r--r-- | net/misc/tinc/tinc.mkbuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/misc/tinc/tinc.mkbuild b/net/misc/tinc/tinc.mkbuild index 2214df7..e0755a4 100644 --- a/net/misc/tinc/tinc.mkbuild +++ b/net/misc/tinc/tinc.mkbuild @@ -56,7 +56,7 @@ # # Build number. # Auto-set to default 1 -[[BUILD NUMBER]]="2" +[[BUILD NUMBER]]="3" # # Source Name construction string @@ -114,7 +114,7 @@ #[[SIGNING URL]]="" #[[CONFIG FILES]]="" #[[PATCH URLS]]="" -#[[REST OF DOINST.SH]]="" +[[REST OF DOINST.SH]]="config etc/rc.d/rc.tinc.new" [[PATCH FILES]]="" [[NUMBER OF PREFIX SLASHES TO STRIP]]="1" @@ -156,12 +156,12 @@ off: patch_source on: strip_binaries on: compress_manpages off: compress_info_files -off: copy_init_scripts + on: copy_init_scripts off: copy_config_files on: install_documentation on: slackdesc off: move_config_files -off: postinstall_script + on: postinstall_script off: slack_required on: build_package on: clean_builds |