diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-08 21:31:46 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-08 21:31:46 +0000 |
commit | 7d52908f08ce60dcc0b8406ce08993ce0a567dc4 (patch) | |
tree | aab84249347b92cfd3ed54fab2e2700884deb460 /openwrt/package/openssh/ipkg | |
parent | 63167d79a62979ff4e274c097dad14d34ef21b03 (diff) |
Make modular and fix linking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openssh/ipkg')
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-client-utils.control | 7 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-client.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-client.control (renamed from openwrt/package/openssh/ipkg/openssh.control) | 4 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-server.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-server.control | 7 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-sftp-client.control | 7 | ||||
-rw-r--r-- | openwrt/package/openssh/ipkg/openssh-sftp-server.control | 7 |
7 files changed, 32 insertions, 2 deletions
diff --git a/openwrt/package/openssh/ipkg/openssh-client-utils.control b/openwrt/package/openssh/ipkg/openssh-client-utils.control new file mode 100644 index 000000000..981e2a2c7 --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-client-utils.control @@ -0,0 +1,7 @@ +Package: openssh-client-utils +Priority: optional +Section: net +Maintainer: bugs@openwrt.org +Source: buildroot internal +Depends: zlib, libopenssl +Description: OpenSSH client utilities diff --git a/openwrt/package/openssh/ipkg/openssh-client.conffiles b/openwrt/package/openssh/ipkg/openssh-client.conffiles new file mode 100644 index 000000000..489e8267f --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-client.conffiles @@ -0,0 +1 @@ +/etc/ssh/ssh_config
\ No newline at end of file diff --git a/openwrt/package/openssh/ipkg/openssh.control b/openwrt/package/openssh/ipkg/openssh-client.control index 7ad07c74c..4ba5190da 100644 --- a/openwrt/package/openssh/ipkg/openssh.control +++ b/openwrt/package/openssh/ipkg/openssh-client.control @@ -1,7 +1,7 @@ -Package: openssh +Package: openssh-client Priority: optional Section: net Maintainer: bugs@openwrt.org Source: buildroot internal Depends: zlib, libopenssl -Description: SSH Server and Client +Description: OpenSSH client diff --git a/openwrt/package/openssh/ipkg/openssh-server.conffiles b/openwrt/package/openssh/ipkg/openssh-server.conffiles new file mode 100644 index 000000000..6f0cfbcbe --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-server.conffiles @@ -0,0 +1 @@ +/etc/ssh/sshd_config
\ No newline at end of file diff --git a/openwrt/package/openssh/ipkg/openssh-server.control b/openwrt/package/openssh/ipkg/openssh-server.control new file mode 100644 index 000000000..8247c3f11 --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-server.control @@ -0,0 +1,7 @@ +Package: openssh-server +Priority: optional +Section: net +Maintainer: bugs@openwrt.org +Source: buildroot internal +Depends: zlib, libopenssl +Description: OpenSSH server diff --git a/openwrt/package/openssh/ipkg/openssh-sftp-client.control b/openwrt/package/openssh/ipkg/openssh-sftp-client.control new file mode 100644 index 000000000..0edad501b --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-sftp-client.control @@ -0,0 +1,7 @@ +Package: openssh-sftp-client +Priority: optional +Section: net +Maintainer: bugs@openwrt.org +Source: buildroot internal +Depends: zlib, libopenssl +Description: OpenSSH SFTP client diff --git a/openwrt/package/openssh/ipkg/openssh-sftp-server.control b/openwrt/package/openssh/ipkg/openssh-sftp-server.control new file mode 100644 index 000000000..fba5d6a16 --- /dev/null +++ b/openwrt/package/openssh/ipkg/openssh-sftp-server.control @@ -0,0 +1,7 @@ +Package: openssh-sftp-server +Priority: optional +Section: net +Maintainer: bugs@openwrt.org +Source: buildroot internal +Depends: zlib, libopenssl +Description: OpenSSH SFTP server |