diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-02 21:36:10 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-07-02 21:36:10 +0000 |
commit | 02c7574fcb0545eb6e8526961ba7a55d48f527c0 (patch) | |
tree | 71624a55e860a1ceb734e6cca8a17698bbf7ba8d /comms | |
parent | 2734a0f4599e127f63f4c2dcc9392f53578276b3 (diff) |
Fix "gibberish" in the file
Submitted by: dke@detalem.mine.nu
Notes
Notes:
svn path=/head/; revision=62364
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ltmdm/files/ltmdm.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/comms/ltmdm/files/ltmdm.sh b/comms/ltmdm/files/ltmdm.sh index 02cc84822766..9eca81695a7d 100644 --- a/comms/ltmdm/files/ltmdm.sh +++ b/comms/ltmdm/files/ltmdm.sh @@ -1,24 +1,3 @@ -On Tue, 25 Jun 2002 21:16:44 -0500, "David W. Chapman Jr." wrote: -> > On Tue, 25 Jun 2002 20:07:37 -0500, "David W. Chapman Jr." wrote: -> > > -> > > > ================================================================ -> > > > ===> Installing for ltmdm-1.4_2 -> > > > cannot open /usr/ports/comms/ltmdm/files/ltmdm.sh: no such file -> -> This error is because ltmdm.sh isn't in files/ but work/ltmdm.sh -> -> The maintainer is working on a fix for this. I remember now why I -> didn't add ltmdm.sh as it is included in the source tarball. -> - -Please commit files/ltmdm.sh which I sent on 26 Jun 2002 10:32:04 +0900. - -I talked with the maintainer about this problem. - - - -ports/comms/ltmdm/files/ltmdm.sh (new) -================================================================ #!/bin/sh PREFIX=%%PREFIX%% @@ -55,7 +34,3 @@ case "$1" in echo -n ' ltmdm' ;; esac -================================================================ - --- - |