and add a log about type creation

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-01-18 21:17:40 +01:00
parent b81b19d126
commit f20bbc444c
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# How to create a new type - Try #1
# Define possible parameters
[21:10] kr:cdist% cd lib/types
[21:10] kr:types% mkdir file
[21:10] kr:file% mkdir mandority_parameters
[21:10] kr:file% touch mandority_parameters/name
[21:11] kr:file% touch mandority_parameters/type
[21:11] kr:file% mkdir optional_parameters
[21:11] kr:file% touch optional_parameters/mode