]> Pileus Git - ~andy/sunrise/blob - www-misc/profile-sync-daemon/files/3.1-manreadme.patch
www-misc/profile-sync-daemon: version bump, remove old
[~andy/sunrise] / www-misc / profile-sync-daemon / files / 3.1-manreadme.patch
1 fix readme for proper gentoo instructions
2
3 --- psd.manpage
4 +++ psd.manpage
5 @@ -6,7 +6,7 @@
6  .SH SYNOPSIS
7  .nf
8  .fam C
9 -      rc.d [\fIoptions\fP] \fIpsd\fP
10 +       rc -s \fIpsd\fP [\fIoptions\fP]
11  
12  .fam T
13  .fi
14 @@ -34,7 +34,7 @@
15  .PP
16  Optionally redefine the location of your distro's tmpfs. Do this in the VOLATILE variable. Note that for Arch Linux, the default value of "/tmp" should work just fine.
17  .SH USAGE
18 -Do not call /usr/bin/profile-sync-daemon directly. Instead use the distro provided /usr/bin/rc.d to interact with \fIpsd\fP via the daemon script.
19 +Do not call /usr/bin/profile-sync-daemon directly. Instead use the distro provided /sbin/rc to interact with \fIpsd\fP via the daemon script.
20  .TP
21  .B
22  start
23 @@ -50,11 +50,9 @@
24  .PP
25  Note that as of version 2.9, a template for systemd is provided for profile-sync-daemon.
26  .PP
27 -The initial synchronization will occur when the daemon starts. Additionally, cron (if running on your system) will call it to sync or update once per hour. Finally, \fIpsd\fP will sync back a final time when it is called to stop. Users can call the daemon to start, stop, or sync like any standard Arch daemon.
28 +The initial synchronization will occur when the daemon starts. Additionally, you can set up a cronjob with the provided file in '/usr/share/profile-sync-daemon'. Finally, \fIpsd\fP will sync back a final time when it is called to stop. Users can call the daemon to start, stop, or sync like any standard Arch daemon.
29  .PP
30 -It is highly recommended to start/stop the daemon at boot/shutdown. This is accomplished by adding \fIpsd\fP to the DAEMONS array in /etc/rc.conf like so: 
31 -.PP
32 -\fBDAEMONS=\fP(\.\.\. @\fIpsd\fP \.\.\.)
33 +It is highly recommended to start/stop the daemon at boot/shutdown. This is accomplished by adding \fIpsd\fP to the default runlevel by issuing 'rc-update add psd default'. 
34  .PP
35  For more, see: https://wiki.archlinux.org/index.php/Profile-sync-daemon
36  .SH SUPPORTED BROWSERS AND CAVEATS
37 --- README-for_other_distros
38 +++ README-for_other_distros
39 @@ -2,7 +2,7 @@
40         profile-sync-daemon - Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
41  
42  SYNOPSIS
43 -       rc.d [options] psd
44 +       rc -s psd [options]
45  
46  DESCRIPTION
47         Profile-sync-daemon (psd) is a tiny shell script designed to manage your browser's profile in tmpfs and to periodically sync it back to your physical disc (HDD/SSD). This is accomplished via a symlinking step and an innovative use of rsync to maintain back-up and synchronization between the two. One of the major design goals of psd is completely transparent user experience.
48 @@ -26,7 +26,7 @@
49         Optionally redefine the location of your distro's tmpfs. Do this in the VOLATILE variable. Note that for Arch Linux, the default value of "/tmp" should work just fine.
50  
51  USAGE
52 -       Do not call /usr/bin/profile-sync-daemon directly. Instead use the distro provided /usr/bin/rc.d to interact with psd via the daemon script.
53 +       Do not call /usr/bin/profile-sync-daemon directly. Instead use the distro provided /sbin/rc to interact with psd via the daemon script.
54  
55         start           Turn on psd. Make symlinks and sync the profile(s) from disc to tmpfs.
56         stop            Turn off psd. Sync the profiles(s) from tmpfs back to disc and remove the symlinks.
57 @@ -34,11 +34,9 @@
58  
59         Note that as of version 2.9, a template for systemd is provided for profile-sync-daemon.
60  
61 -       The initial synchronization will occur when the daemon starts. Additionally, cron (if running on your system) will call it to sync or update once per hour. Finally, psd will sync back a final time when it is called to stop. Users can call the daemon to start, stop, or sync like any standard Arch daemon.
62 +       The initial synchronization will occur when the daemon starts. Additionally, you can set up a cronjob with the provided file in '/usr/share/profile-sync-daemon'. Finally, psd will sync back a final time when it is called to stop. Users can call the daemon to start, stop, or sync like any standard Arch daemon.
63         
64 -       It is highly recommended to start/stop the daemon at boot/shutdown. This is accomplished by adding psd to the DAEMONS array in /etc/rc.conf like so: 
65 -       
66 -       DAEMONS=(... @psd ...)
67 +       It is highly recommended to start/stop the daemon at boot/shutdown. This is accomplished by adding psd to the default runlevel by issuing 'rc-update add psd default'.
68  
69         For more, see: https://wiki.archlinux.org/index.php/Profile-sync-daemon
70