xinted 설치시 설정파일 실행스크립트 무 <contrib ?? >

BarracuTa의 이미지

안녕하세요 리눅스 열공자입니다.

xinetd 를 소스 설치하고 나니 기본적인 xinet.conf 가 /etc 밑에 없더군요

/etc/init.d/xinetd 실행 스크립트또한 없는걸 확인했습니다.

그래서 다시 컴파일 한내용을 훌터보니 맨 마지막에
아래와 같이 해결에 실마리를 잡았습니다.
.......

for i in /usr/local/sbin /usr/local/man/man5 /usr/local/man/man8 ; do \
test -d $i || mkdir -p $i ; done
/usr/bin/install -c -m 755 xinetd/xinetd /usr/local/sbin
/usr/bin/install -c -m 755 xinetd/itox /usr/local/sbin
/usr/bin/install -c -m 755 ./xinetd/xconv.pl /usr/local/sbin
/usr/bin/install -c -m 644 ./xinetd/xinetd.conf.man /usr/local/man/man5/xinetd.conf.5
/usr/bin/install -c -m 644 ./xinetd/xinetd.log.man /usr/local/man/man8/xinetd.log.8
/usr/bin/install -c -m 644 ./xinetd/xinetd.man /usr/local/man/man8/xinetd.8
/usr/bin/install -c -m 644 ./xinetd/itox.8 /usr/local/man/man8/itox.8
/usr/bin/install -c -m 644 ./xinetd/xconv.pl.8 /usr/local/man/man8/xconv.pl.8
You must put your xinetd.conf in /etc/xinetd.conf
There is a sample config file in xinetd/sample.conf and you can
use xconv.pl to convert your old inetd.conf file to an xinetd format

아 원래 설치가 안되나보다 하고 소스 디렉토리에 가보니

contrib 디렉토리안에
[root@localhost contrib]# ll
합계 16
-rw-rw-r-- 1 501 wheel 1284 1월 3 2004 empty.conf
-rwxrwxr-x 1 501 wheel 2631 1월 3 2004 xinetd
-rw-rw-r-- 1 501 wheel 1001 1월 3 2004 xinetd.conf
drwxrwxr-x 2 501 wheel 4096 10월 25 2005 xinetd.d

요렇게 있더군요

위에 파일을 해당 디렉토리에 복사하면 만사 끝인가요???

그렇다면 왜 make 시 이파일들을 제 위치에 복사 안한거죠??? 거참....

아 그리고 contrib...
contrib 디렉토리에 대해서 찾아보았는데 하는 역활에 대한 이야기는 없더군요..
어떠한 역확을 하는 디렉토리인가요??

여기 까지 읽어주신거 감사합니다. ㅜㅜ
날씨가 갑지기 쌀쌀해졌어요 따숩게 다니세요 ^^

bushi의 이미지

혹시라도 예전에 잘 만들어둔거 덮어쓰면 눈물나잖아요 ㅠ.ㅠ

거기에 있는 conf 파일은 그대로 복사하라고 있는 파일이 아니고,
sample, example 로 보세요.

보통 contrib 은 추가적인 뭔가를 원하는 사람들의 삽질을 줄여주기 위해 존재하고,
배포자가 책임을 지지 않습니다. 관리의 주체가 다르다는 겁니다.

BarracuTa의 이미지

아하~~
저희 업소를 방문해 주셔서 감사합니다.

저희 업소를 방문해 주셔서 감사합니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.