/[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 10 by dpavlin, Thu Jun 23 13:10:03 2005 UTC revision 11 by dpavlin, Thu Jun 23 13:14:04 2005 UTC
# Line 1  Line 1 
1  all:  all:
2          @echo "make install to install BackupPC using sudo"          @echo "make install to install BackupPC using sudo"
3    
4  test:  test: stop reinstall start
5    
6    reinstall:
7          sudo perl ./configure.pl --batch --config-path=/data/backuppc/data/conf/config.pl          sudo perl ./configure.pl --batch --config-path=/data/backuppc/data/conf/config.pl
8    
9  install:  install:
# Line 11  start: Line 13  start:
13          sudo -u backuppc /data/backuppc/bin/BackupPC -d          sudo -u backuppc /data/backuppc/bin/BackupPC -d
14    
15  stop:  stop:
16          sudo -u backuppc killall BackupPC          sudo -u backuppc killall BackupPC || true

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26