Bug 112219 - [PATCH] sysutils/system-tools-backends: [SUMMARIZE CHANGES]
Summary: [PATCH] sysutils/system-tools-backends: [SUMMARIZE CHANGES]
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 00:30 UTC by Sergio Lenzi
Modified: 2007-04-29 06:32 UTC (History)
1 user (show)

See Also:


Attachments
system-tools-backends-2.2.1_2.patch (1.89 KB, patch)
2007-04-29 00:30 UTC, Sergio Lenzi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Lenzi 2007-04-29 00:30:06 UTC
[DESCRIBE CHANGES]
pw adduser must have the -m flag to create home directories
and the flag is missing in Users.pm
Also FreeBSD sets the password in masterpwd in md5 format,
so it is better to let the pw command to set the password
the -h (lowercase h) is needed to do so...
a -r (remove home directories is added in the patch)

Another patch is needed in liboobs to let the user type the
plain password via a pipe to the Uses.pm.
I submitted the patch after this

Added file(s):
- files/patch-Users.pm

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-29 00:30:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-29 06:29:52 UTC
marcus      2007-04-29 05:29:45 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/system-tools-backends Makefile 
  Added files:
    sysutils/system-tools-backends/files patch-Users_Users.pm 
  Log:
  Pass the -m flag to pw so that user home directories are created.  Also,
  pass -r to pw when removing user accounts.
  
  PR:             112219
  Submitted by:   Sergio Lenzi <lenzi@k1.com.br>
  
  Revision  Changes    Path
  1.16      +1 -1      ports/sysutils/system-tools-backends/Makefile
  1.1       +47 -0     ports/sysutils/system-tools-backends/files/patch-Users_Users.pm (new)
_______________________________________________
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 Joe Marcus Clarke freebsd_committer freebsd_triage 2007-04-29 06:32:13 UTC
State Changed
From-To: open->closed

Committed, thanks!