1
0
فهرست منبع

Generate changelog.

Signed-off-by: Bradley Smith <[email protected]>
Bradley Smith 15 سال پیش
والد
کامیت
86d0fcd567
3فایلهای تغییر یافته به همراه12 افزوده شده و 1 حذف شده
  1. 7 0
      debian/changelog
  2. 4 1
      debian/mssh.1
  3. 1 0
      debian/rules

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+mssh (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+    - Implement usage of aliases from config file. Closes: #544939.
+
+ -- Bradley Smith <[email protected]>  Sat, 05 Sep 2009 16:30:14 +0100
+
 mssh (1.0-1) unstable; urgency=low
 mssh (1.0-1) unstable; urgency=low
 
 
   * New upstream release. Closes: #543658, #543625, #543624.
   * New upstream release. Closes: #543658, #543625, #543624.

+ 4 - 1
debian/mssh.1

@@ -3,7 +3,7 @@
 mssh \- tool to administrate multiple servers at once
 mssh \- tool to administrate multiple servers at once
 .SH SYNOPSIS
 .SH SYNOPSIS
 .B mssh
 .B mssh
-[\fIOPTION\fR]... [\fIHOSTS\fR]
+[\fIOPTION\fR]... (-a \fIALIAS\fR | \fIHOSTS\fR)
 .SH DESCRIPTION
 .SH DESCRIPTION
 .B MultiSSH
 .B MultiSSH
 is a GTK+ based ssh client to issue the same commands to multiple servers.
 is a GTK+ based ssh client to issue the same commands to multiple servers.
@@ -12,6 +12,9 @@ is a GTK+ based ssh client to issue the same commands to multiple servers.
 will connect to the servers specified in \fIHOSTS\fR.
 will connect to the servers specified in \fIHOSTS\fR.
 .SH OPTIONS
 .SH OPTIONS
 .TP
 .TP
+\fB-a\fR, \fB\-\-alias\fR=\fIALIAS\fR
+Open hosts associated with named alias
+.TP
 \fB\-h\fR, \fB\-\-help\fR
 \fB\-h\fR, \fB\-\-help\fR
 Display this help and exit
 Display this help and exit
 .TP
 .TP

+ 1 - 0
debian/rules

@@ -49,6 +49,7 @@ binary-arch: install
 	dh_testdir
 	dh_testdir
 	dh_testroot
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installchangelogs ChangeLog
+	dh_installexamples mssh_clusters.conf
 	dh_installdocs
 	dh_installdocs
 	dh_installman
 	dh_installman
 	dh_gconf
 	dh_gconf