Sponsored Content
Full Discussion: POSIX compliance...
Operating Systems OS X (Apple) POSIX compliance... Post 302977604 by wisecracker on Wednesday 20th of July 2016 11:44:48 AM
Old 07-20-2016
I thought you guys migh be interested in this...

The code in my post #11 works without a hitch on a stock AMIGA A1200(HD), AMIGA-OS 3.0x, with and wihout a 4MB Fastram upgrade, running the 'ADE' unix install for the AMIGA...

Is it slow to run the shell script? Yes.
Are there any errors? No.
Even /usr/bin/echo exists - cool.

It uses 'ksh[88?]' inside the default AMIGA shell window which has a subset of terminal escape codes.

KSH version is:-
@(#)PD KSH v5.2.12 Geek Gadgets Amiga port 97/08/13 .

GCC version is:-
Code:
Reading specs from /gg/lib/gcc-lib/m68k-amigaos/2.95.3/specs
gcc version 2.95.3 20010315 (release)

AFAIAC this is solved.
 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

sudo & Sox compliance

Hello, I am trying to convince my boss to stop allowing our users to login as root (superuser). Currently our users login to our unix server with their own account, then as needed, they will do an su and put in the root password. This scares me, for a bunch of reasons. Mainly, one is that we... (1 Reply)
Discussion started by: rwallaceisg
1 Replies

2. UNIX for Dummies Questions & Answers

man synopsis standard compliance

In different online sources, I found bits and pieces of information about those square and angular brackets and pipes. From what I have read, I can conclude it looks like this: 1. Options outside any brackets are mandatory 2. Options inside these < .. > are mandatory too 3. Options inside ... (4 Replies)
Discussion started by: vkleban
4 Replies

3. Cybersecurity

PCI DSS Compliance : Insecure Communication Has Been Detected

From the nessus scanner tool report i got below vulnerability PCI DSS Compliance : Insecure Communication Has Been Detected http://www.tenable.com/plugins/index.php?view=single&id=56208 As per the description given in above link - I am not able to understand How to find insecure port... (2 Replies)
Discussion started by: saurabh84g
2 Replies

4. Red Hat

Looking for PCI Compliance tool for Redhat Lix.

Hi i am in new to Linux world . I have been assigned to a project to find out a tool that will fulfill the PCI compliance for Linux servers for Audit process. anyone have any recommendation on that. Do Rad hat have any native application or plug-ins which we can use for that. (1 Reply)
Discussion started by: sahasuman
1 Replies

5. HP-UX

Password compliance setting

I need to set password compliance for some servers in my company. However, the requirements are that we need to set different password policies for 3 different user groups within the company. These are : System Users: i.e root, etc Batch/Application Users: oracle, bscs, etc Standard User:... (0 Replies)
Discussion started by: anaigini45
0 Replies
Gtk2::ImageView::Anim(3pm)				User Contributed Perl Documentation				Gtk2::ImageView::Anim(3pm)

NAME
Gtk2::ImageView::Anim - Subclass of Gtk2::ImageView capable of playing DESCRIPTION
Gtk2::ImageView::Anim is a subclass of Gtk2::ImageView that provies facilities for displaying and controlling an animation. HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::ImageView +----Gtk2::ImageView::Anim INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget or undef = Gtk2::ImageView::Anim->new Returns a new Gtk2::ImageView::Anim with the following default values: anim : NULL is_playing : FALSE pixbufanimation or undef = $aview->get_anim Returns the current animation of the view. $aview->set_anim ($anim) o $anim (Gtk2::Gdk::PixbufAnimation) Sets the pixbuf animation to play, or NULL to not play any animation. The effect of this method is analoguous to Gtk2::ImageView::set_pixbuf(). Fit mode is reset to GTK_FIT_SIZE_IF_LARGER so that the whole area of the animation fits in the view. Three signals are emitted, first the Gtk2::ImageView will emit zoom-changed and then pixbuf- changed, second, Gtk2::ImageView::Anim itself will emit anim-changed. The default pixbuf animation is NULL. aview : a Gtk2::ImageView::Anim. anim : A pixbuf animation to play. boolean = $aview->get_is_playing Returns TRUE if the animation is playing, FALSE otherwise. If there is no current animation, this method will always return FALSE. $aview->set_is_playing ($playing) o $playing (boolean) Sets whether the animation should play or not. If there is no current animation this method does not have any effect. aview : a Gtk2::ImageView::Anim. playing : TRUE to play the animation, FALSE otherwise $aview->step Steps the animation one frame forward. If the animation is playing it will be stopped. Will it wrap around if the animation is at its last frame? aview : a Gtk2::ImageView::Anim. SIGNALS
toggle-running (Gtk2::ImageView::Anim) step (Gtk2::ImageView::Anim) SEE ALSO
Gtk2::ImageView, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::ImageView COPYRIGHT
Copyright (C) 2007 by Jeffrey Ratcliffe. This software is licensed under the GPL-3; see Gtk2::ImageView for a full notice. perl v5.14.2 2011-11-16 Gtk2::ImageView::Anim(3pm)
All times are GMT -4. The time now is 10:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy