Bug 160618 - [maintainer update] sysutils/boxbackup: Fix rc.d scripts
Summary: [maintainer update] sysutils/boxbackup: Fix rc.d scripts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-10 12:40 UTC by James O'Gorman
Modified: 2011-09-16 22:00 UTC (History)
0 users

See Also:


Attachments
boxbackup-rc.d.patch (1.42 KB, patch)
2011-09-10 12:40 UTC, James O'Gorman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James O'Gorman 2011-09-10 12:40:07 UTC
The binaries changed location from $PREFIX/bin to $PREFIX/sbin in 0.11 but the rc.d scripts still points at $PREFIX/bin.

Pointy hat to maintainer.
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-10 23:06:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-16 21:55:03 UTC
zi          2011-09-16 20:54:53 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/boxbackup-devel Makefile distinfo pkg-descr pkg-plist 
    sysutils/boxbackup-devel/files pkg-message.client 
                                   pkg-message.server 
  Added files:
    sysutils/boxbackup-devel/files 999.boxbackup.in bbackupd.in 
                                   bbstored.in 
  Removed files:
    sysutils/boxbackup-devel pkg-deinstall pkg-install 
    sysutils/boxbackup-devel/files bbackupd.sh.in bbstored.sh.in 
                                   patch-configure.ac 
                                   patch-lib-common-BoxPortsAndFiles.h 
  Log:
  - Update to SVN Version 0.11_trunk_2979
  - Fix and rename rc scripts
  - Pacify portlint(1)
  - Use USERS/GROUPS
  - Add LICENSE
  - Fix COMMENT
  
  PR:             ports/159966 ports/160618
  Submitted by:   James O'Gorman <james@netinertia.co.uk> (maintainer)
  Approved by:    wxs (mentor)
  
  Revision  Changes    Path
  1.21      +50 -52    ports/sysutils/boxbackup-devel/Makefile
  1.6       +2 -2      ports/sysutils/boxbackup-devel/distinfo
  1.1       +66 -0     ports/sysutils/boxbackup-devel/files/999.boxbackup.in (new)
  1.1       +28 -0     ports/sysutils/boxbackup-devel/files/bbackupd.in (new)
  1.5       +0 -27     ports/sysutils/boxbackup-devel/files/bbackupd.sh.in (dead)
  1.1       +28 -0     ports/sysutils/boxbackup-devel/files/bbstored.in (new)
  1.5       +0 -27     ports/sysutils/boxbackup-devel/files/bbstored.sh.in (dead)
  1.3       +0 -35     ports/sysutils/boxbackup-devel/files/patch-configure.ac (dead)
  1.4       +0 -25     ports/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h (dead)
  1.3       +2 -2      ports/sysutils/boxbackup-devel/files/pkg-message.client
  1.3       +2 -2      ports/sysutils/boxbackup-devel/files/pkg-message.server
  1.3       +0 -69     ports/sysutils/boxbackup-devel/pkg-deinstall (dead)
  1.3       +1 -1      ports/sysutils/boxbackup-devel/pkg-descr
  1.5       +0 -36     ports/sysutils/boxbackup-devel/pkg-install (dead)
  1.5       +12 -9     ports/sysutils/boxbackup-devel/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2011-09-16 21:56:17 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!