/[BackupPC]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 235 by dpavlin, Thu Nov 10 15:07:10 2005 UTC revision 247 by dpavlin, Fri Dec 9 14:40:53 2005 UTC
# Line 12  test: stop reinstall start Line 12  test: stop reinstall start
12  reinstall:  reinstall:
13          sudo perl ./configure.pl --batch --config-path=$(target)/data/conf/config.pl          sudo perl ./configure.pl --batch --config-path=$(target)/data/conf/config.pl
14    
15    agi:
16            sudo /etc/init.d/backuppc-agi stop
17            sudo perl ./configure.pl --batch --config-path=/data/backuppc-agi/data/conf/config.pl
18            cd custom/ && find . -type f | sudo cpio -puV /data/backuppc-agi/
19            sudo /etc/init.d/backuppc-agi start
20    
21    qc:
22            sudo /etc/init.d/backuppc-qc stop
23            sudo perl ./configure.pl --batch --config-path=/data/backuppc-qc/data/conf/config.pl
24            cd custom/ && find . -type f | sudo cpio -puV /data/backuppc-qc/
25            sudo /etc/init.d/backuppc-qc start
26    
27  install:  install:
28          sudo perl ./configure.pl          sudo perl ./configure.pl
29    

Legend:
Removed from v.235  
changed lines
  Added in v.247

  ViewVC Help
Powered by ViewVC 1.1.26