summaryrefslogtreecommitdiff
path: root/openwrt/package/openssh/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-08 21:31:46 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-08 21:31:46 +0000
commit7d52908f08ce60dcc0b8406ce08993ce0a567dc4 (patch)
treeaab84249347b92cfd3ed54fab2e2700884deb460 /openwrt/package/openssh/ipkg
parent63167d79a62979ff4e274c097dad14d34ef21b03 (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.control7
-rw-r--r--openwrt/package/openssh/ipkg/openssh-client.conffiles1
-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.conffiles1
-rw-r--r--openwrt/package/openssh/ipkg/openssh-server.control7
-rw-r--r--openwrt/package/openssh/ipkg/openssh-sftp-client.control7
-rw-r--r--openwrt/package/openssh/ipkg/openssh-sftp-server.control7
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 0000000000..981e2a2c7b
--- /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 0000000000..489e8267f7
--- /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 7ad07c74cc..4ba5190da5 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 0000000000..6f0cfbcbe2
--- /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 0000000000..8247c3f110
--- /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 0000000000..0edad501bd
--- /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 0000000000..fba5d6a169
--- /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