Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 739904 | Differences between
and this patch

Collapse All | Expand All

(-)a/language/plan.help (-7 / +8 lines)
Lines 92-98 Link Here
92
	*  If you run netplan as root, and it can't open its home directory,
92
	*  If you run netplan as root, and it can't open its home directory,
93
	    check whether NOB_UID and NOB_GID in the Makefile really contain
93
	    check whether NOB_UID and NOB_GID in the Makefile really contain
94
	    the user and group ID of the <nobody> account, and make sure that
94
	    the user and group ID of the <nobody> account, and make sure that
95
	    <nobody> can access the netplan.dir home directory in $(LIB).
95
	    <nobody> can access the netplan.dir home directory in $(SHARE).
96
96
97
	*  if holidays are not shown in the month view, make sure that your
97
	*  if holidays are not shown in the month view, make sure that your
98
	    day number font (Plan*calNumberFont) is at least twice as large
98
	    day number font (Plan*calNumberFont) is at least twice as large
Lines 188-196 Link Here
188
188
189
	The calendar program is distributed as four programs and two data
189
	The calendar program is distributed as four programs and two data
190
	files: plan, pland, notifier, netplan, plan.help, and plan_cal.ps.
190
	files: plan, pland, notifier, netplan, plan.help, and plan_cal.ps.
191
	Plan should be installed in the directory given as DIR in the Makefile,
191
	Plan, pland, notifier and netplan should be installed in the
192
	by default /usr/local/bin, and the others in the directory given as
192
	directory given as DIR in the Makefile, by default /usr/bin,
193
	LIB, also /usr/local/bin by default. The distribution also contains
193
	and the others in the directory given as SHARE,
194
	/usr/share/plan by default. The distribution also contains
194
	.holiday files for various countries.
195
	.holiday files for various countries.
195
196
196
	"plan" is the main interactive calendar program that you are using at
197
	"plan" is the main interactive calendar program that you are using at
Lines 239-250 Link Here
239
	with the Define Holidays popup in the Config pulldown. For a description
240
	with the Define Holidays popup in the Config pulldown. For a description
240
	of the .dayplan* format, see the plan(4) manpage.
241
	of the .dayplan* format, see the plan(4) manpage.
241
242
242
	If the LIB directory (specified in the Makefile) contains a file
243
	If the SHARE directory (specified in the Makefile) contains a file
243
	"holiday", it is read after ".holiday" to add system-wide holidays to
244
	"holiday", it is read after ".holiday" to add system-wide holidays to
244
	the user's holiday list.
245
	the user's holiday list.
245
246
246
	Both plan and pland use the environment variables $PATH, $PLAN_PATH, a
247
	Both plan and pland use the environment variables $PATH, $PLAN_PATH, a
247
	built-in default path, and the directories DIR and LIB specified in the
248
	built-in default path, and the directories DIR and SHARE specified in the
248
	Makefile for locating programs and plan.help.
249
	Makefile for locating programs and plan.help.
249
	plan does not start netplan automatically; it must already run on the
250
	plan does not start netplan automatically; it must already run on the
250
	specified hosts.
251
	specified hosts.
Lines 297-303 Link Here
297
	    why there are still pland daemons).
298
	    why there are still pland daemons).
298
299
299
	*  netplan cannot be used to access files that are not in its home
300
	*  netplan cannot be used to access files that are not in its home
300
	    directory, /usr/local/lib/netplan by default. Absolute paths are
301
	    directory, /usr/share/plan/netplan.dir by default. Absolute paths are
301
	    converted to paths relative to the home directory, and paths with
302
	    converted to paths relative to the home directory, and paths with
302
	    ".." are rejected.
303
	    ".." are rejected.
303
304
(-)a/misc/Killpland (-1 / +1 lines)
Lines 1-4 Link Here
1
#! /usr/local/bin/perl
1
#! /usr/bin/perl
2
#
2
#
3
# KillPlanD
3
# KillPlanD
4
#
4
#
(-)a/misc/netplan.boot (-3 / +3 lines)
Lines 1-4 Link Here
1
#! /sbin/sh
1
#! /bin/sh
2
2
3
# Start or stop the Plan Network Server
3
# Start or stop the Plan Network Server
4
# Michel Bourget Mon Feb 17 10:57:14 EST 1997
4
# Michel Bourget Mon Feb 17 10:57:14 EST 1997
Lines 17-24 else # For a quiet startup and shutdown Link Here
17
	VERBOSE=
17
	VERBOSE=
18
fi
18
fi
19
19
20
DIR=/usr/local/lib
20
DIR=/usr/bin
21
DB=$DIR/netplan.dir
21
DB=/var/lib/plan/netplan.dir
22
DEBUG=0
22
DEBUG=0
23
DBGFILE=/var/tmp/netplan.dbg
23
DBGFILE=/var/tmp/netplan.dbg
24
24
(-)a/misc/plan2vcs (-2 / +1 lines)
Lines 1-4 Link Here
1
#!/usr/local/bin/perl
1
#!/usr/bin/perl
2
#
2
#
3
# Convert a netplan file to vCalendar.
3
# Convert a netplan file to vCalendar.
4
#
4
#
5
- 

Return to bug 739904