NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/51910: send-pr environment variables not working



On Jan 23, 12:30pm, amonk%backwatcher.com@localhost (amonk%backwatcher.com@localhost) wrote:
-- Subject: bin/51910: send-pr environment variables not working

| >Number:         51910
| >Category:       bin
| >Synopsis:       The values of ORGANIZATION and NAME are not honored.
| >Confidential:   no
| >Severity:       non-critical
| >Priority:       low
| >Responsible:    bin-bug-people
| >State:          open
| >Class:          sw-bug
| >Submitter-Id:   net
| >Arrival-Date:   Mon Jan 23 12:30:00 +0000 2017
| >Originator:     Kyle Amon
| >Release:        NetBSD 7.0.2_PATCH
| >Organization:
| BackWatcher, Inc.
| 	
| >Environment:
| 	
| 	
| System: NetBSD nbsd.backwatcher.com 7.0.2_PATCH NetBSD 7.0.2_PATCH (XEN3_DOM0) amd64
| Architecture: x86_64
| Machine: amd64
| >Description:
| The send-pr(1) man page says ORGANIZATION and NAME are valid environment
| variables that will be honored by send-pr, but they are ignored.
| 	
| >How-To-Repeat:
| Set ORGANIZATION and NAME in your environment, begin to send a PR with
| send-pr and note that the Organization and Originator fields are not
| populated with the values of these environment variables.

I just tried and they are; noted the ORGANIZATION should point to a file...

I did:
$ export NAME='foo bar'
$ export ORGANIZATION=/etc/networks
$ send-pr

...
>Originator:    foo bar
>Organization:
#       $NetBSD: networks,v 1.5 1998/07/10 06:22:15 fair Exp $
...

In the send-pr display; do you see that?

christos


Home | Main Index | Thread Index | Old Index