- Adjust wfcmgr wrapper to run the now renamed configuration utility configmgr. Retain name to avoid possible namespace collision due to its generic name. - Make various scripts executable PR: 194900 [1] Submitted by: Helge Oldach <freebsd@oldach.net>
3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/sh
|
|
export ICAROOT=%%CDIR%%
|
|
exec $ICAROOT/util/configmgr
|