diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 00:51:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 00:51:49 +0000 |
commit | fe3d0fd58e57231a5916922fd41f676adff70e2e (patch) | |
tree | 48fe4f4fda6d134f826fc69acd40ffa66332a5bf /archivers/rvm/files | |
parent | a999dafeecdccdb6a14c339b4f27deb1dae0d846 (diff) | |
download | ports-fe3d0fd58e57231a5916922fd41f676adff70e2e.tar.gz ports-fe3d0fd58e57231a5916922fd41f676adff70e2e.zip |
Notes
Diffstat (limited to 'archivers/rvm/files')
-rw-r--r-- | archivers/rvm/files/patch-rconfig.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/rvm/files/patch-rconfig.h b/archivers/rvm/files/patch-rconfig.h new file mode 100644 index 000000000000..9a8070dbd1e6 --- /dev/null +++ b/archivers/rvm/files/patch-rconfig.h @@ -0,0 +1,11 @@ +--- rconfig.h.orig Sun May 9 07:57:35 2004 ++++ rconfig.h Sat Aug 21 01:55:46 2004 +@@ -259,7 +259,7 @@ + action_type m_action; + bool m_default; + class timestamp m_timestamp; +- class cfgfiles_type m_cfgfiles; ++ cfgfiles_type m_cfgfiles; + std::string m_link_catalog_dir; + std::string m_log_dir; + std::string m_rsync_local_path; |