Displaying 5 results from an estimated 5 matches for "ficommand".
Did you mean:
fitcommand
2012 Jan 23
1
patch: Shouldn't the synopsis of upsmon.8 mention the -K flag?
--- upsmon.8 2012-01-23 11:52:34.000000000 +0200
+++ upsmon.8.mod 2012-01-23 11:53:27.000000000 +0200
@@ -35,7 +35,7 @@ upsmon \- UPS monitor and shutdown contr
.sp
\fBupsmon\fR \-c \fIcommand\fR
.sp
-\fBupsmon\fR [\-D] [\-p] [\-u \fIuser\fR]
+\fBupsmon\fR [\-D] [\-K] [\-p] [\-u \fIuser\fR]
.SH "DESCRIPTION"
.sp
\fBupsmon\fR is the client process that is responsible for the most important part of UPS monitoring\(emshutting down the system when the power goes out\&. It c...
2010 Jun 07
0
[PATCH] extlinux: Add the --menu-save option to set the MENU SAVE value from the running system using extlinux
...const char *device;
unsigned int offset;
+ const char *menu_save;
};
enum long_only_opt {
diff --git a/man/extlinux.1 b/man/extlinux.1
index 426eeb3..c29f524 100644
--- a/man/extlinux.1
+++ b/man/extlinux.1
@@ -28,6 +28,9 @@ Clear the boot-once command.
\fB\-o\fR, \fB\-\-once\fR=\fIcommand\fR
Execute a command once upon boot.
.TP
+\fB\-M\fR, \fB\-\-menu\-save\fR=\fIlabel\fR
+Set the label to select as default on the next boot
+.TP
\fB\-r\fR, \fB\-\-raid\fR
Fall back to the next device on boot failure.
.TP
--
1.7.1
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
...: %d seconds, Max-timeout: %d seconds\n",
rexmtval, maxtimeout);
}
*** tftp-hpa-0.43/tftp/tftp.1.in 2006-12-01 14:08:58.000000000 -0800
--- tftp-hpa-0.43x/tftp/tftp.1.in 2006-12-01 14:29:55.000000000 -0800
***************
*** 60,65 ****
--- 60,68 ----
Execute \fIcommand\fP as if it had been entered on the tftp prompt.
Must be specified last on the command line.
.TP
+ .B \-l
+ Default to literal mode. Used to avoid special processing of ':' in
a file name.
+ .TP
\fB\-m\fP \fImode\fP
Set the default transfer mode to \fImode\fP. This is usually used...
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
...: %d seconds, Max-timeout: %d seconds\n",
rexmtval, maxtimeout);
}
*** tftp-hpa-0.44/tftp/tftp.1.in 2006-12-05 14:39:41.000000000 -0800
--- tftp-hpa-0.44x/tftp/tftp.1.in 2006-12-11 12:18:42.101067000 -0800
***************
*** 60,65 ****
--- 60,68 ----
Execute \fIcommand\fP as if it had been entered on the tftp prompt.
Must be specified last on the command line.
.TP
+ .B \-l
+ Default to literal mode. Used to avoid special processing of ':' in
a file name.
+ .TP
\fB\-m\fP \fImode\fP
Set the default transfer mode to \fImode\fP. This is usually used...
2001 Nov 20
2
rsync server over SSH [includes code patches]
...ble unless the remote user is root (e.g. chroot, uid/gid, etc.).
+ There is no need to configure inetd or the services map to include the
+ rsync server port if you run an rsync server via a remote shell
+ program.
+ .PP
+ To run an rsync server out of a single-use SSH key, use the
+ "command=\fIcommand\fR" syntax in the remote user's
+ \fIauthorized_keys\fR entry where \fIcommand\fR would be
+ .PP
+ rsync --server --daemon .
+ .PP
+ (the trailing "." is quite important to rsync's argument parsing, so
+ make sure it's in there). If you want to use a rsyncd\&.conf(5)...