17 | | master_sites ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ |
18 | | ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ |
19 | | ftp://ftp.tau.ac.il/pub/unix/admin/ \ |
20 | | ftp://ftp.ayamura.org/pub/lsof/ \ |
21 | | ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ |
22 | | ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ \ |
23 | | ftp://ftp.kaizo.org/pub/lsof/ \ |
24 | | ftp://ftp.tu-darmstadt.de/pub/sysadmin/lsof/ \ |
25 | | ftp://ftp.tux.org/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/ \ |
26 | | ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \ |
27 | | ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \ |
28 | | ftp://the.wiretapped.net/pub/security/host-security/lsof/ |
| 17 | master_sites ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ \ |
| 18 | ftp://ftp.tu-darmstadt.de/pub/sysadmin/lsof/ \ |
| 19 | ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \ |
| 20 | ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \ |
| 21 | ftp://ftp.tau.ac.il/pub/unix/admin/ |
49 | | if { $env(USER) != "root" } { |
50 | | ui_msg "------------------------------------------------------------" |
51 | | ui_msg "Note that you are not installing as root, so lsof will not" |
52 | | ui_msg "end up with proper permissions, and probably not work" |
53 | | ui_msg "properly" |
54 | | ui_msg "------------------------------------------------------------" |
55 | | } |
| 44 | if { $env(USER) != "root" } { |
| 45 | ui_msg "------------------------------------------------------------" |
| 46 | ui_msg "Note that you are not installing as root, so lsof will not" |
| 47 | ui_msg "end up with proper permissions, and probably not work" |
| 48 | ui_msg "properly" |
| 49 | ui_msg "------------------------------------------------------------" |
| 50 | } |
59 | | pre-configure { |
60 | | cd ${workpath} |
61 | | system "${extract.cmd} -dc ${filespath}/macosx_kernel_headers.tar.bz2 \ |
62 | | ${extract.post_args}" |
63 | | } |
64 | | configure.args-append darwin |
65 | | destroot { |
66 | | xinstall -m 2755 -g kmem ${worksrcpath}/lsof ${destroot}/${prefix}/bin |
67 | | xinstall -m 444 ${worksrcpath}/lsof.8 \ |
68 | | ${destroot}/${prefix}/share/man/man8 |
69 | | } |
| 54 | pre-configure { |
| 55 | cd ${workpath} |
| 56 | system "${extract.cmd} -dc ${filespath}/macosx_kernel_headers.tar.bz2 \ |
| 57 | ${extract.post_args}" |
| 58 | } |
| 59 | configure.args-append darwin |
| 60 | destroot { |
| 61 | xinstall -m 2755 -g kmem ${worksrcpath}/lsof ${destroot}/${prefix}/bin |
| 62 | xinstall -m 444 ${worksrcpath}/lsof.8 \ |
| 63 | ${destroot}/${prefix}/share/man/man8 |
| 64 | } |
81 | | configure.args-append solaris |
82 | | # The man page should be done in a generic, global destroot, but |
83 | | # destroot-append doesn't seem to allow adding commands to the |
84 | | # destroot phase |
85 | | destroot { |
86 | | xinstall -m 2755 -g sys ${worksrcpath}/lsof ${destroot}/${prefix}/bin |
87 | | xinstall -m 444 ${worksrcpath}/lsof.8 \ |
88 | | ${destroot}/${prefix}/share/man/man8 |
89 | | } |
| 76 | configure.args-append solaris |
| 77 | # The man page should be done in a generic, global destroot, but |
| 78 | # destroot-append doesn't seem to allow adding commands to the |
| 79 | # destroot phase |
| 80 | destroot { |
| 81 | xinstall -m 2755 -g sys ${worksrcpath}/lsof ${destroot}/${prefix}/bin |
| 82 | xinstall -m 444 ${worksrcpath}/lsof.8 \ |
| 83 | ${destroot}/${prefix}/share/man/man8 |
| 84 | } |