cvs commit: ports/graphics/sane-backends Makefile ports/graphics/sane-backends/files saned.in

Doug Barton dougb at FreeBSD.org
Mon Mar 19 23:33:15 UTC 2012


dougb       2012-03-19 23:33:15 UTC

  FreeBSD ports repository

  Modified files:
    graphics/sane-backends Makefile 
    graphics/sane-backends/files saned.in 
  Log:
  Relative to the problem mentioned in the PR, fix the rc.d script
  to avoid a circular dependency problem which adversely affects
  other scripts, including those in the base.
  
  Specifically, it's impossible to have both:
  REQUIRE: LOGIN
  and
  BEFORE: NETWORKING
  
  Since this services runs as an unprivileged user, LOGIN wins.
  
  While I'm here, apply various other cleanups, including adding
  KEYWORD: shutdown, putting the elements in more typical order,
  fixing some syntax issues, etc.
  
  Bump PORTREVISION due to the previous incarnation of the rc.d
  script being actually pathological, rather than just slightly
  wacky.
  
  PR:             ports/165928
  Submitted by:   Matt Dawson <matt at chronos.org.uk>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.104     +1 -1      ports/graphics/sane-backends/Makefile
  1.4       +15 -17    ports/graphics/sane-backends/files/saned.in


More information about the cvs-all mailing list