[cedar-backup-svn] SF.net SVN: cedar-backup: [803] cedar-backup2/trunk/CedarBackup2
Brought to you by:
pronovic
|
From: <pro...@us...> - 2007-12-15 17:59:15
|
Revision: 803
http://cedar-backup.svn.sourceforge.net/cedar-backup/?rev=803&view=rev
Author: pronovic
Date: 2007-12-15 09:59:13 -0800 (Sat, 15 Dec 2007)
Log Message:
-----------
Fix typos
Modified Paths:
--------------
cedar-backup2/trunk/CedarBackup2/config.py
cedar-backup2/trunk/CedarBackup2/peer.py
Modified: cedar-backup2/trunk/CedarBackup2/config.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/config.py 2007-12-02 18:26:05 UTC (rev 802)
+++ cedar-backup2/trunk/CedarBackup2/config.py 2007-12-15 17:59:13 UTC (rev 803)
@@ -1837,7 +1837,7 @@
"""
if value is not None:
if len(value) < 1:
- raise ValueError("The remote user must be a non-empty string.")
+ raise ValueError("The rcp command must be a non-empty string.")
self._rcpCommand = value
def _getRcpCommand(self):
Modified: cedar-backup2/trunk/CedarBackup2/peer.py
===================================================================
--- cedar-backup2/trunk/CedarBackup2/peer.py 2007-12-02 18:26:05 UTC (rev 802)
+++ cedar-backup2/trunk/CedarBackup2/peer.py 2007-12-15 17:59:13 UTC (rev 803)
@@ -437,10 +437,10 @@
Initializes a remote backup peer.
@note: If provided, the rcp command will eventually be parsed into a list
- of strings suitable for passing to C{popen2.Popen4} in order to avoid
- security holes related to shell interpolation. This parsing will be
- done by the L{util.splitCommandLine} function. See the documentation for
- that function for some important notes about its limitations.
+ of strings suitable for passing to C{util.executeCommand} in order to
+ avoid security holes related to shell interpolation. This parsing will
+ be done by the L{util.splitCommandLine} function. See the documentation
+ for that function for some important notes about its limitations.
@param name: Name of the backup peer
@type name: String, must be a valid DNS hostname
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|