diff options
| author | fukachan <fukachan> | 2002-08-13 14:01:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-08-13 14:01:36 +0000 |
| commit | b1e4d65f81cf6014d9405414cebe9a4570bd2cc2 (patch) | |
| tree | 7ccdd108a5e2064691b7029ce7facc77bd274f08 | |
| parent | 596cc52d30a15cd5ff90d33038ec4a8c10e041ca (diff) | |
| download | fml8-b1e4d65f81cf6014d9405414cebe9a4570bd2cc2.tar.gz fml8-b1e4d65f81cf6014d9405414cebe9a4570bd2cc2.tar.bz2 fml8-b1e4d65f81cf6014d9405414cebe9a4570bd2cc2.zip | |
__ml_home_prefix__/__ml_name__ -> __ml_name__@__ml_domain__
| -rw-r--r-- | fml/etc/include | 3 | ||||
| -rw-r--r-- | fml/etc/include-ctl | 3 | ||||
| -rw-r--r-- | fml/etc/include-error | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/fml/etc/include b/fml/etc/include index 4d77a37e..b75c6978 100644 --- a/fml/etc/include +++ b/fml/etc/include @@ -1 +1,2 @@ -"| __executable_prefix__/distribute __ml_home_prefix__/__ml_name__" +"| __executable_prefix__/distribute __ml_name__@__ml_domain__" + diff --git a/fml/etc/include-ctl b/fml/etc/include-ctl index 1379d90c..ca51ee70 100644 --- a/fml/etc/include-ctl +++ b/fml/etc/include-ctl @@ -1 +1,2 @@ -"| __executable_prefix__/command __ml_home_prefix__/__ml_name__" +"| __executable_prefix__/command __ml_name__@__ml_domain__" + diff --git a/fml/etc/include-error b/fml/etc/include-error index 22c43b0e..9f6cbe44 100644 --- a/fml/etc/include-error +++ b/fml/etc/include-error @@ -1 +1 @@ -"| __executable_prefix__/error __ml_home_prefix__/__ml_name__" +"| __executable_prefix__/error __ml_name__@__ml_domain__" |
