summary refs log tree commit diff
path: root/rc.d/calico.in
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-18 15:09:53 -0400
committerJune McEnroe <june@causal.agency>2020-05-18 15:09:53 -0400
commit9fec39ad5150620414a9fed92617703e1002f906 (patch)
tree9ff790ff6252da54351f836b1271527f03059882 /rc.d/calico.in
parentUpdate email addresses (diff)
downloadpounce-9fec39ad5150620414a9fed92617703e1002f906.tar.gz
pounce-9fec39ad5150620414a9fed92617703e1002f906.zip
Template rc scripts with %%PREFIX%%
The way that the ports tree does it.
Diffstat (limited to '')
-rw-r--r--rc.d/calico.in (renamed from rc.d/calico)2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/calico b/rc.d/calico.in
index 32c21d8..a54658a 100644
--- a/rc.d/calico
+++ b/rc.d/calico.in
@@ -16,7 +16,7 @@ load_rc_config "${name}"
 calico_flags="${calico_flags} ${calico_path}"
 
 command='/usr/sbin/daemon'
-procname='/usr/local/bin/calico'
+procname='%%PREFIX%%/bin/calico'
 pidfile="/var/run/${name}.pid"
 required_dirs=$calico_path
 
/commit/ui.c?h=1.8&id=3f3fa34d8aa914e6d65e524d4ab3cd944082cde7&follow=1'>Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe