Package Details: plan9us-hg 3169-2

Package Base: plan9us-hg
Description: Plan 9 from User Space, aka plan9port, apps and services from Plan 9 on Unix-like systems
Upstream URL: http://swtch.com/plan9port/
Category: system
Licenses: custom
Submitter: None
Maintainer: None
Last Packager: None
Votes: 1
First Submitted: 2009-12-19 14:34
Last Updated: 2010-05-17 08:06

Dependencies (1)

Required by (0)

Sources

  • bclock.c
  • clock.c
  • etc_profile.d_plan9.csh
  • etc_profile.d_plan9.sh
  • LICENSE.patch

Latest Comments

Anonymous comment

2010-04-28 20:05

A new bclock.c and updated clock.c are available from http://werc.homelinux.net/hacks/plan9us/

Compile:
9c bclock.c
9l bclock.o -o bclock
9c clock.c
9l clock.o -o clock
sudo mv bclock $PLAN9/bin
sudo mv clock $PLAN9/bin

Enjoy :)